Skip to content

Commit 6f34691

Browse files
committed
chore: fix lint
1 parent 75475b9 commit 6f34691

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/solid-devtools/src/devtools.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { TanStackRouterDevtoolsCore } from '@tanstack/devtools'
2-
import { createEffect, createSignal, JSX, onCleanup, onMount } from 'solid-js'
3-
import type { DevtoolsOptions, DevtoolsPlugin } from '@tanstack/devtools'
2+
import { createEffect, createSignal, onCleanup, onMount } from 'solid-js'
43
import { Portal } from 'solid-js/web'
4+
import type { JSX} from 'solid-js';
5+
import type { DevtoolsOptions, DevtoolsPlugin } from '@tanstack/devtools'
6+
57
type Render = JSX.Element | (() => JSX.Element)
68
const convertRender = (
79
el: HTMLDivElement | HTMLHeadingElement,

0 commit comments

Comments
 (0)