Skip to content

Commit

Permalink
remove: notfound route
Browse files Browse the repository at this point in the history
  • Loading branch information
debojitsaha committed Jan 7, 2024
1 parent 6dda3db commit 7bc889a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const routes = [
},
],
},
{
path: "*",
element: <NotFound404 />,
},
// {
// path: "*",
// element: <NotFound404 />,
// },
];

const router = createBrowserRouter(routes);
Expand Down

0 comments on commit 7bc889a

Please sign in to comment.