Add UI for instructors to create a new course
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user