Created
January 28, 2021 08:44
-
-
Save salmanyaqoob/c67dd87b79be59e3a7ed804c12b1e87e to your computer and use it in GitHub Desktop.
CSS Animation JS
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
| import utils from '../../common/utils.js'; | |
| export default { | |
| backAction() { | |
| utils.backToHome(); | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment