Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created June 9, 2020 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/e91dd1133bd0501d414649b6a551ad7b to your computer and use it in GitHub Desktop.
Save amandeepmittal/e91dd1133bd0501d414649b6a551ad7b to your computer and use it in GitHub Desktop.
export default function App() {
const [eventTitle, setEventTitle] = useState('Default event');
// rest of the code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment