mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
fix(miniapp): use type import for JSX from solid-js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { JSX } from 'solid-js'
|
||||
import type { JSX } from 'solid-js'
|
||||
import { cn } from '../../lib/cn'
|
||||
|
||||
type SkeletonProps = {
|
||||
|
||||
Reference in New Issue
Block a user