Backup before moving state to app.js

This commit is contained in:
Patrick Fic
2019-12-05 19:46:46 -08:00
parent d2f684f4ed
commit ce4e3be9d5
2 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
export default {
currentSelectedNavItem: null,
currentUser: null,
token: null
};