chore(shared): Move org stuff to shared to be used by the lab
This commit is contained in:
parent
2dcf46befa
commit
a41b3f09a2
22 changed files with 33 additions and 15 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue