fix: remove 10 unused type-only imports and declarations (#22696)

This commit is contained in:
Kit Langton 2026-04-15 22:17:59 -04:00 committed by GitHub
commit cf423d2769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 2 additions and 17 deletions

View file

@ -14,7 +14,6 @@ import {
Switch,
untrack,
type ComponentProps,
type JSXElement,
type ParentProps,
} from "solid-js"
import { Dynamic } from "solid-js/web"