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:
Patrick Fic
2019-12-05 21:03:40 -08:00
parent b44714eb59
commit 2842af38b7
23 changed files with 696 additions and 554 deletions

View File

@@ -1,24 +1 @@
@import '~antd/dist/antd.css';
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #09d3ac;
}
@import '~antd/dist/antd.css';