Skip to content

Commit 6864270

Browse files
ci: apply automated fixes
1 parent b32a9bc commit 6864270

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

examples/solid/large-file-based/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
createRootRouteWithContext,
55
} from '@tanstack/solid-router'
66
import { TanStackRouterDevtools } from '@tanstack/solid-router-devtools'
7-
import type {QueryClient} from '@tanstack/solid-query';
7+
import type { QueryClient } from '@tanstack/solid-query'
88

99
export interface Context {
1010
queryClient: QueryClient

examples/solid/large-file-based/src/routes/absolute.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ export const Route = createFileRoute('/absolute')({
77
function 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>

0 commit comments

Comments
 (0)