Last active
August 6, 2021 11:26
-
-
Save percybolmer/9d225c61e9287e77eb8996837935ce25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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