feat: auth
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { type RouteConfig, route } from "@react-router/dev/routes";
|
||||
import { type RouteConfig, index, route } from "@react-router/dev/routes";
|
||||
|
||||
export default [route("*", "routes/platform.tsx")] satisfies RouteConfig;
|
||||
export default [
|
||||
route("/login", "routes/login.tsx"),
|
||||
index("routes/platform.tsx"),
|
||||
] satisfies RouteConfig;
|
||||
|
||||
Reference in New Issue
Block a user