Add UI for class sign up and attendance

This commit is contained in:
2020-01-16 09:09:45 +00:00
parent 57407be11e
commit b6573f1d72
5 changed files with 179 additions and 28 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ function App() {
</Route>
<Route path='/classes/:id'>
<ClassDetail token={token} user={user} />
<ClassDetail token={token} user={user} setUserCache={setUserCache} />
</Route>
<Route path='/classes'>
<Classes token={token} />