From 7ecf037259ebaff19c1b7021a9f26d485437a863 Mon Sep 17 00:00:00 2001 From: Johnny Niklasson Date: Fri, 2 Feb 2024 10:01:41 +0100 Subject: [PATCH] removed trailing main (#25) --- src/App.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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} /> + } /> + } /> + } /> + + ) }