input list added, not finished
This commit is contained in:
parent
ddb648dcbf
commit
714bb260c6
6 changed files with 36 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { useState } from "react";
|
||||
|
||||
export default function Input({value, onChange}){
|
||||
export default function InputComponent({value, onChange}){
|
||||
const [myValue, setMyValue] = useState(value ?? "");
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue