Skip to content

Commit 5d636dc

Browse files
committed
chore: fix lint
1 parent bc1c83d commit 5d636dc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/devtools/src/tabs/index.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { SettingsTab } from './settings-tab'
22
import { PluginsTab } from './plugins-tab'
3-
import type { JSX } from 'solid-js/jsx-runtime'
43

54
export const tabs = [
65
{
@@ -60,11 +59,4 @@ export const tabs = [
6059
},
6160
] as const
6261

63-
export interface Tab {
64-
name: string
65-
icon: JSX.Element
66-
id: string
67-
component: JSX.Element
68-
}
69-
7062
export type TabName = (typeof tabs)[number]['id']

0 commit comments

Comments
 (0)