Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Jul 24, 2024
1 parent e9e2f8e commit 2156fa8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,6 @@ const routes = createRoutesFromElements(
}
/>
</Route>
<Route element={<RequireAuth allowedRoles={['ADMIN']} />}>
<Route path="/" element={<UserLayout />}>
<Route path="/" element={<UserLayout />}>
<Route
index
element={
<>
<PageTitle title="La Fresca | Home" />
<Home />
</>
}
/>
<Route
path="login"
element={
<>
<PageTitle title="La Fresca | Log In" />
<LoginPage />
</>
}
/>
</Route>
<Route element={<RequireAuth allowedRoles={['ADMIN']} />}>
<Route path="/" element={<UserLayout />}>
<Route
Expand Down

0 comments on commit 2156fa8

Please sign in to comment.