Skip to content

Commit bd4dfb4

Browse files
committed
adding code formatting
1 parent d18997e commit bd4dfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/05-ecosystem/A-tanstack-router.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function Order() {
127127

128128
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.
129129

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.
131131

132132
```javascript
133133
import { createLazyFileRoute, Link } from "@tanstack/react-router";

0 commit comments

Comments
 (0)