1
0
Fork 0

wip(lab): Work on v3 lab

This commit is contained in:
joostdecock 2023-05-17 17:04:15 +02:00
parent bee8f8b2fd
commit 2dcf46befa
40 changed files with 411 additions and 185 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 { BackToAccountButton } from './shared.mjs'
import { SaveSettingsButton } from 'site/components/buttons/save-settings-button.mjs'
import { SaveSettingsButton } from 'shared/components/buttons/save-settings-button.mjs'
export const ns = ['account', 'toast']