We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b4eef commit dab5b79Copy full SHA for dab5b79
docs/start/framework/routing.md
@@ -55,7 +55,7 @@ If you prefer to define your routes via file naming conventions rather than conf
55
import { type RouteConfig, route } from "@react-router/dev/routes";
56
import { flatRoutes } from "@react-router/fs-routes";
57
58
-export default = [
+export default [
59
route("/", "./home.tsx"),
60
61
...await flatRoutes(),
0 commit comments