Remove useless login route
This commit is contained in:
@@ -25,10 +25,6 @@ const router = createBrowserRouter([
|
|||||||
path: "/",
|
path: "/",
|
||||||
Component: HomePage,
|
Component: HomePage,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/login",
|
|
||||||
Component: LoginPage,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/stat",
|
path: "/stat",
|
||||||
Component:StatPage,
|
Component:StatPage,
|
||||||
|
|||||||
Reference in New Issue
Block a user