From 831c3bfe61c77227854a009c6be880c9522e93eb Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Fri, 22 Dec 2023 16:35:51 +0100 Subject: [PATCH] restore router --- front/src/routes/Router.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/front/src/routes/Router.tsx b/front/src/routes/Router.tsx index 9c82a91..a3d5c5b 100644 --- a/front/src/routes/Router.tsx +++ b/front/src/routes/Router.tsx @@ -72,10 +72,9 @@ const router = createBrowserRouter([ path: '/dashboard/new', element: ( - <>test - {/* + - */} + ), },