1
0
Fork 0

chore(shared): Move org stuff to shared to be used by the lab

This commit is contained in:
joostdecock 2023-05-17 17:32:19 +02:00
parent 2dcf46befa
commit a41b3f09a2
22 changed files with 33 additions and 15 deletions

View file

@ -9,7 +9,7 @@ import { useToast } from 'shared/hooks/use-toast.mjs'
import { LoadingContext } from 'shared/context/loading-context.mjs'
// Components
import { Choice, Icons, welcomeSteps, BackToAccountButton } from './shared.mjs'
import { ContinueButton } from 'site/components/buttons/continue-button.mjs'
import { ContinueButton } from 'shared/components/buttons/continue-button.mjs'
export const ns = ['account', 'toast']