fix: remove 10 unused type-only imports and declarations (#22696)
This commit is contained in:
parent
62ddb9d3ad
commit
cf423d2769
10 changed files with 2 additions and 17 deletions
|
|
@ -14,7 +14,6 @@ import {
|
|||
Switch,
|
||||
untrack,
|
||||
type ComponentProps,
|
||||
type JSXElement,
|
||||
type ParentProps,
|
||||
} from "solid-js"
|
||||
import { Dynamic } from "solid-js/web"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import type {
|
|||
Part,
|
||||
Path,
|
||||
PermissionRequest,
|
||||
Project,
|
||||
ProviderListResponse,
|
||||
QuestionRequest,
|
||||
Session,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
import { dict as en } from "./en"
|
||||
|
||||
type Keys = keyof typeof en
|
||||
|
||||
export const dict = {
|
||||
"command.category.suggested": "추천",
|
||||
"command.category.view": "보기",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue