1
0
Fork 0

chore(lab): Speed up the lab by removing things

This commit is contained in:
joostdecock 2023-09-11 19:59:02 +02:00
parent 904649bb7d
commit 527e65697f
30 changed files with 412 additions and 70 deletions

View file

@ -9,7 +9,7 @@ import { useBackend } from 'shared/hooks/use-backend.mjs'
import { BackToAccountButton } from './shared.mjs'
import { SaveSettingsButton } from 'shared/components/buttons/save-settings-button.mjs'
import { StringInput } from 'shared/components/inputs.mjs'
import { DynamicOrgDocs } from 'shared/components/dynamic-docs/org.mjs'
import { DynamicOrgDocs } from 'site/components/dynamic-org-docs.mjs'
export const ns = ['account', 'status']