feat: add signup link to login and create signup dummy page

This commit is contained in:
Rıdvan Akca
2023-03-02 16:42:50 +03:00
parent e51930d7e1
commit 4e967c5720
6 changed files with 142 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export const EXECUTION = (executionId: string): string =>
`/executions/${executionId}`;
export const LOGIN = '/login';
export const SIGNUP = '/sign-up';
export const APPS = '/apps';
export const NEW_APP_CONNECTION = '/apps/new';