Skip to content

Commit

Permalink
make feed index page
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 24, 2023
1 parent 6b064f6 commit 20f7de9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ export const router = createBrowserRouter([
errorElement: <ErrorPage />,
children: [
{
path: "login",
element: <Login />,
},
{
index: true,
path: "feed",
element: <Feed />,
},
{
path: "login",
element: <Login />,
},
{
path: "accounts",
element: <Accounts />,
Expand Down

0 comments on commit 20f7de9

Please sign in to comment.