mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +00:00
add constant routes file
This commit is contained in:
parent
c555ad888b
commit
df44070311
1 changed files with 2 additions and 0 deletions
2
src/constants/routes.ts
Normal file
2
src/constants/routes.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const LANDING: string = '/';
|
||||
export const SIGN_UP: string = '/signup';
|
||||
Loading…
Reference in a new issue