Skip to content

Commit aef198d

Browse files
committed
📘 doc: highlight code in tanstack start
1 parent 024ed6c commit aef198d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/tanstack-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Tanstack Start support **Loader** to fetch data before rendering the component.
101101
```tsx [src/routes/index.tsx]
102102
import { createFileRoute } from '@tanstack/react-router'
103103

104-
import { getTreaty } from './api.$' // ![code ++]
104+
import { getTreaty } from './api.$' // [!code ++]
105105
106106
export const Route = createFileRoute('/a')({
107107
component: App,

0 commit comments

Comments
 (0)