feat: Adds layout page to use with onboarding views (#8855)

* feat: Wizard step component to use with onboarding

* feat: Adds layout page to use with onboarding views

* Adds dark mode assets

* Updates to layout bg image

* Updates to translations
This commit is contained in:
Nithin David Thomas
2024-02-08 01:48:27 -08:00
committed by GitHub
parent 551a6b3c02
commit 17cb938bc8
7 changed files with 675 additions and 0 deletions
@@ -48,3 +48,4 @@ export default {
EXAMPLE_WEBHOOK_URL: 'https://example/api/webhook',
};
export const DEFAULT_REDIRECT_URL = '/app/';
export const ONBOARDING_START_URL = '/app/start/setup-profile';