add constant routes file

This commit is contained in:
Ruidy Nemausat 2020-05-12 11:46:10 +02:00
parent c555ad888b
commit df44070311

2
src/constants/routes.ts Normal file
View file

@ -0,0 +1,2 @@
export const LANDING: string = '/';
export const SIGN_UP: string = '/signup';