feat: create onboarding UX flow

This commit is contained in:
kasia.oczkowska
2024-07-12 14:48:15 +01:00
parent 7fba4d72b0
commit ba6b4c6854
7 changed files with 286 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export const SIGNUP = '/sign-up';
export const ACCEPT_INVITATON = '/accept-invitation';
export const FORGOT_PASSWORD = '/forgot-password';
export const RESET_PASSWORD = '/reset-password';
export const INSTALLATION = '/installation';
export const APPS = '/apps';
export const NEW_APP_CONNECTION = '/apps/new';
export const APP = (appKey) => `/app/${appKey}`;