Updated components

This commit is contained in:
Patrick Alvin Alcala 2025-12-18 17:15:53 +08:00
parent 409a3891f9
commit f59032050e
12 changed files with 30 additions and 19 deletions

View file

@ -1,5 +1,6 @@
import './Display.sass'
import { type JSXElement, Switch, Match } from 'solid-js'
import { Switch, Match } from 'solid-js/web'
import type { JSXElement } from 'solid-js'
interface Props {
children: JSXElement