❇️V2
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
import { type RouteConfig, index } from "@react-router/dev/routes";
|
||||
import {
|
||||
type RouteConfig,
|
||||
index,
|
||||
layout,
|
||||
route,
|
||||
} from "@react-router/dev/routes";
|
||||
|
||||
export default [index("routes/home.tsx")] satisfies RouteConfig;
|
||||
export default [
|
||||
layout("./templates/base.tsx", [index("./routes/home.tsx")]),
|
||||
] satisfies RouteConfig;
|
||||
|
||||
Reference in New Issue
Block a user