Add auction
This commit is contained in:
@@ -3,5 +3,6 @@ import { type RouteConfig, index, route } from "@react-router/dev/routes";
|
||||
export default [
|
||||
index("routes/home.tsx"),
|
||||
route("status", "routes/status.tsx"),
|
||||
route("transfer", "routes/transfer.tsx")
|
||||
route("transfer", "routes/transfer.tsx"),
|
||||
route("auction", "routes/auction.tsx")
|
||||
] satisfies RouteConfig;
|
||||
|
||||
Reference in New Issue
Block a user