Refactored app.js and index.js to follow hasura examples of managing state. Now using hooks for user auth and only user auth.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export default {
|
||||
currentSelectedNavItem: null,
|
||||
currentUser: null,
|
||||
token: null
|
||||
currentSelectedNavItem: "wat",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user