You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lessons/05-ecosystem/A-tanstack-router.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ function Order() {
127
127
128
128
That's it! This used to be so hard to code split. In some of my old classes we had to go through some serious work to get it work but now this is all it takes! Pretty cool.
129
129
130
-
Let's add a home page! Make a file called index.lazy.jsx in the routes folder.
130
+
Let's add a home page! Make a file called `index.lazy.jsx` in the routes folder.
131
131
132
132
```javascript
133
133
import { createLazyFileRoute, Link } from"@tanstack/react-router";
0 commit comments