Add UI for instructors to create a new course

This commit is contained in:
2020-01-15 05:12:00 +00:00
parent a0489be82d
commit 9b27c41433
8 changed files with 388 additions and 21 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function App() {
<CourseDetail token={token} />
</Route>
<Route path='/courses'>
<Courses token={token} />
<Courses token={token} user={user} />
</Route>
<Route path='/classes/:id'>