Skip to content

Commit dab5b79

Browse files
authored
docs: fix syntax error in routing.md (#12793)
1 parent 71b4eef commit dab5b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you prefer to define your routes via file naming conventions rather than conf
5555
import { type RouteConfig, route } from "@react-router/dev/routes";
5656
import { flatRoutes } from "@react-router/fs-routes";
5757

58-
export default = [
58+
export default [
5959
route("/", "./home.tsx"),
6060

6161
...await flatRoutes(),

0 commit comments

Comments
 (0)