We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following are routes our app currently needs:
/login
/signUp
/logout
/forgotPassword
/dashboard
/catalog
src/pages/Catalog/Catalog.jsx
/publishedSchedule
src/pages/PublishedSchedule/PublishedSchedule.jsx
/playground
Add the routes and associated pages (create empty page with page name as a header if it doesn’t exist yet) to the App.jsx file
The text was updated successfully, but these errors were encountered:
cherhchen
h0ethan04
Successfully merging a pull request may close this issue.
Instructions
The following are routes our app currently needs:
/login
/signUp
/logout
/forgotPassword
/dashboard
/catalog
src/pages/Catalog/Catalog.jsx
/publishedSchedule
src/pages/PublishedSchedule/PublishedSchedule.jsx
/playground
Add the routes and associated pages (create empty page with page name as a header if it doesn’t exist yet) to the App.jsx file
Notes
Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: