I\'m trying to use react hooks for a simple problem
const [personState,setPersonState] = useState({ DefinedObject });
with following depend
Components should start with capital letters. Also remember to change the first letter in the line to export!