Skip to content

Commit 91994d9

Browse files
committed
chore: fix build
1 parent 52d76e9 commit 91994d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devtools/src/components/main-panel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import clsx from 'clsx'
22
import { useDevtoolsSettings, useHeight } from '../context/use-devtools-context'
33
import { useStyles } from '../styles/use-styles'
44
import { TANSTACK_DEVTOOLS } from '../utils/storage'
5-
import type { Accessor, JSX } from 'solid-js/jsx-runtime'
5+
import type { Accessor, JSX } from 'solid-js'
6+
67

78
export const MainPanel = (props: {
89
isOpen: Accessor<boolean>

0 commit comments

Comments
 (0)