Skip to content

Commit

Permalink
restore router
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 22, 2023
1 parent 82c4b3f commit 831c3bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions front/src/routes/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ const router = createBrowserRouter([
path: '/dashboard/new',
element: (
<PageLayout>
<>test</>
{/* <OidcClientFormProvider>
<OidcClientFormProvider>
<EspaceConnected />
</OidcClientFormProvider> */}
</OidcClientFormProvider>
</PageLayout>
),
},
Expand Down

0 comments on commit 831c3bf

Please sign in to comment.