Skip to content

Commit 09401f5

Browse files
ci: apply automated fixes
1 parent dc079c4 commit 09401f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/solid-query-devtools/src/devtoolsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { onlineManager, useQueryClient } from '@tanstack/solid-query'
33
import { TanstackQueryDevtoolsPanel } from '@tanstack/query-devtools'
44
import type { DevtoolsErrorType } from '@tanstack/query-devtools'
55
import type { QueryClient } from '@tanstack/solid-query'
6-
import type { JSX } from "solid-js";
6+
import type { JSX } from 'solid-js'
77

88
export interface DevtoolsPanelOptions {
99
/**

0 commit comments

Comments
 (0)