Skip to content

Commit

Permalink
Update src/router/routes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca authored Oct 14, 2024
1 parent 0f573c0 commit a1bbdbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const routes: RouteObject[] = [
// 🔐 Protected routes are only accessible to authenticated users
{
element: <ProtectedRoute />,
errorElement: <ErrorPage />,
children: [
{
path: Route.CREATE_COLLECTION,
Expand Down

0 comments on commit a1bbdbe

Please sign in to comment.