onboarding completed
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
97627583ec
commit
7d22d2ddad
@@ -47,6 +47,15 @@ const modals = {
|
||||
AddReference: dynamic(() => import('./AddReference'), {
|
||||
loading: Loading,
|
||||
}),
|
||||
Instructions: dynamic(() => import('./Instructions'), {
|
||||
loading: Loading,
|
||||
}),
|
||||
OnboardingTroubleshoot: dynamic(() => import('./OnboardingTroubleshoot'), {
|
||||
loading: Loading,
|
||||
}),
|
||||
VerifyEmail: dynamic(() => import('./VerifyEmail'), {
|
||||
loading: Loading,
|
||||
}),
|
||||
};
|
||||
|
||||
export const { pushModal, popModal, popAllModals, ModalProvider } =
|
||||
|
||||
Reference in New Issue
Block a user