diff --git a/src/constants/routes.ts b/src/constants/routes.ts new file mode 100644 index 0000000..e1326b7 --- /dev/null +++ b/src/constants/routes.ts @@ -0,0 +1,2 @@ +export const LANDING: string = '/'; +export const SIGN_UP: string = '/signup';