Describe the bug
Not exactly a bug since it is working as intended, but I'm not sure if this page is necessary with its current implementation. At the moment the only time the user is directed here is after the course creation. Otherwise, there is no other way to reach this page besides typing in the url directly. Also, the buttons don't do anything right now.
<Route path="" element={} />
Path: http://localhost:3000/:courseId
To Reproduce
Steps to reproduce the behavior:
- Go to courses home page
- Click create course
- Add name and description
- Click create course
- Redirects to described page
Expected behavior
Either
- Add button to reach this page and implements button functionality
- Remove page and redirect to courses home page after course creation
Screenshots

Describe the bug
Not exactly a bug since it is working as intended, but I'm not sure if this page is necessary with its current implementation. At the moment the only time the user is directed here is after the course creation. Otherwise, there is no other way to reach this page besides typing in the url directly. Also, the buttons don't do anything right now.
<Route path="" element={} />
Path: http://localhost:3000/:courseId
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either
Screenshots
