5afe / safe-landing-page

Deprecated, new repo – https://github.com/safe-global/safe-homepage
MIT License
3 stars 7 forks source link

Centralise routes #45

Open iamacook opened 2 years ago

iamacook commented 2 years ago

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