diff --git a/src/App.tsx b/src/App.tsx
index 5f075a70..04da9cc5 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -16,14 +16,12 @@ export default function App() {
{/* Possibly setup passable props to ProtectedRoute so we can add authorization too,
example:
*/}
- } />
- Teammedlemmer} />
- } />
- } />
- } />
-
-
-
- >
+ } />
+ Teammedlemmer} />
+ } />
+ } />
+ } />
+
+
)
}