Skip to content

Commit d9fe74f

Browse files
committed
Unused var
1 parent 520c0be commit d9fe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-devtools/src/Devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import type {
7979
QueryState,
8080
} from '@tanstack/query-core'
8181
import type { StorageObject, StorageSetter } from '@solid-primitives/storage'
82-
import type { Accessor, Component, JSX, Setter } from 'solid-js'
82+
import type { Accessor, Component, JSX } from 'solid-js'
8383

8484
interface DevtoolsPanelProps {
8585
localStore: StorageObject<string>

0 commit comments

Comments
 (0)