Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 6, 2021 11:26
Show Gist options
  • Save percybolmer/9d225c61e9287e77eb8996837935ce25 to your computer and use it in GitHub Desktop.
Save percybolmer/9d225c61e9287e77eb8996837935ce25 to your computer and use it in GitHub Desktop.
function App() {
// Adding our Devtoken state and a set function to assign it
const [devToken, setDevToken] = useState(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment