Added index.ts and rearranged files

This commit is contained in:
Patrick Alvin Alcala 2025-09-15 10:32:31 +08:00
parent 6e112c5934
commit f22261fff3
20 changed files with 41 additions and 39 deletions

View file

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