File size: 125 Bytes
1e92f2d |
1 2 3 4 |
export const HOME = '/';
export const BROWSE = '/browse';
export const SIGN_UP = '/signup';
export const SIGN_IN = '/signin'; |
1e92f2d |
1 2 3 4 |
export const HOME = '/';
export const BROWSE = '/browse';
export const SIGN_UP = '/signup';
export const SIGN_IN = '/signin'; |