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

@ -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'