Deleted backend target folder
This commit is contained in:
parent
ac0cfe6605
commit
ec2ddd719c
3426 changed files with 1 additions and 36718 deletions
|
|
@ -1,16 +1,12 @@
|
|||
import Input from '../../../fwt/components/Input/Input'
|
||||
import { createSignal } from 'solid-js'
|
||||
import Column from '../../../fwt/components/Column/Column'
|
||||
|
||||
const [sample, setSample] = createSignal('')
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
<Column content="center">
|
||||
<Input onChange={(val) => setSample(val)}></Input>
|
||||
<span>{sample()}</span>
|
||||
</Column>
|
||||
<Input onChange={(val) => setSample(val)}></Input>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue