Skip to content

Commit

Permalink
office behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Nov 6, 2024
1 parent ba75baa commit caca7ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/aipane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,18 @@ const router = createBrowserRouter(
path: "/",
element: <AIPane title={title} />,
},
{
path: "/aipane",
element: <AIPane title={title} />,
},
{
path: "/settings",
element: <Settings />,
},
{
path: "/aipane/settings",
element: <Settings />,
},
],
{
basename: BASE_PATH,
Expand Down

0 comments on commit caca7ae

Please sign in to comment.