File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
examples/solid/large-file-based/src/routes Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 44 createRootRouteWithContext ,
55} from '@tanstack/solid-router'
66import { TanStackRouterDevtools } from '@tanstack/solid-router-devtools'
7- import type { QueryClient } from '@tanstack/solid-query' ;
7+ import type { QueryClient } from '@tanstack/solid-query'
88
99export interface Context {
1010 queryClient : QueryClient
Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ export const Route = createFileRoute('/absolute')({
77function AbsoluteComponent ( ) {
88 return (
99 < div class = "p-2 space-y-2" >
10- < Link
11- to = "/absolute"
12- class = "block py-1 text-blue-800 hover:text-blue-600"
13- >
10+ < Link to = "/absolute" class = "block py-1 text-blue-800 hover:text-blue-600" >
1411 Absolute
1512 </ Link >
1613 </ div >
You can’t perform that action at this time.
0 commit comments