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
|
@ -1,4 +1,4 @@
|
|||
import { validateEmail, validateTld } from 'site/utils.mjs'
|
||||
import { validateEmail, validateTld } from 'shared/utils.mjs'
|
||||
import { Spinner } from 'shared/components/spinner.mjs'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import { EmailIcon, RightIcon, WarningIcon } from 'shared/components/icons.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue