Rearranged components and styles

This commit is contained in:
Patrick Alvin Alcala 2025-09-15 09:42:38 +08:00
parent 797ecba7b4
commit 16bb1e3e56
34 changed files with 36 additions and 38 deletions

View file

@ -1,4 +1,4 @@
import Input from '../../../fwt/components/Input/Input'
import Input from '../../../fwt/Input'
import { createSignal } from 'solid-js'
const [sample, setSample] = createSignal('')