Across the app, we are using strings for all routes. We should centralise these in one location and import them so as to avoid dead links in the future.
Goals
Import all routes from one file.
Requirements
Create routes file
Replace all instances across the app, adding each to the routes file
Overview
Across the app, we are using strings for all routes. We should centralise these in one location and import them so as to avoid dead links in the future.
Goals
Import all routes from one file.
Requirements