We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32a9bc commit 6864270Copy full SHA for 6864270
2 files changed
examples/solid/large-file-based/src/routes/__root.tsx
@@ -4,7 +4,7 @@ import {
4
createRootRouteWithContext,
5
} from '@tanstack/solid-router'
6
import { TanStackRouterDevtools } from '@tanstack/solid-router-devtools'
7
-import type {QueryClient} from '@tanstack/solid-query';
+import type { QueryClient } from '@tanstack/solid-query'
8
9
export interface Context {
10
queryClient: QueryClient
examples/solid/large-file-based/src/routes/absolute.tsx
@@ -7,10 +7,7 @@ export const Route = createFileRoute('/absolute')({
function AbsoluteComponent() {
return (
<div class="p-2 space-y-2">
- <Link
11
- to="/absolute"
12
- class="block py-1 text-blue-800 hover:text-blue-600"
13
- >
+ <Link to="/absolute" class="block py-1 text-blue-800 hover:text-blue-600">
14
Absolute
15
</Link>
16
</div>
0 commit comments