Skip to content

Commit f09a556

Browse files
ci: apply automated fixes
1 parent 91994d9 commit f09a556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ 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'
6-
5+
import type { Accessor, JSX } from 'solid-js'
76

87
export const MainPanel = (props: {
98
isOpen: Accessor<boolean>

0 commit comments

Comments
 (0)