Created
June 23, 2019 22:33
-
-
Save jsmanifest/cb2088587484eafcf8e6197032ac58f2 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
<div> | |
<h3>Made a mistake?</h3> | |
<div className="undo-actions"> | |
<div> | |
<button type="button" onClick={undo}> | |
Undo | |
</button> | |
</div> | |
<div> | |
<button type="button" onClick={reset}> | |
Reset | |
</button> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment