feat: start agreement page

This commit is contained in:
2025-05-24 14:31:26 +02:00
parent accde2662f
commit 38a2ce1ce9
2 changed files with 49 additions and 0 deletions

View File

@ -12,6 +12,10 @@ const router = createBrowserRouter([
path: "/",
element: <IndexPage />,
},
{
path: "/agreement",
element: <IndexPage />,
},
{
path: "/login",
element: <LoginPage />,