0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

refactor(console): merge utilities folder

This commit is contained in:
Gao Sun 2022-03-15 15:19:01 +08:00
parent 649aadf310
commit cf159121ba
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import Button from '@/components/Button';
import FormField from '@/components/FormField';
import TextInput from '@/components/TextInput';
import Tooltip from '@/components/Tooltip';
import { phoneRegEx, emailRegEx } from '@/utils/regex';
import { phoneRegEx, emailRegEx } from '@/utilities/regex';
import * as styles from './index.module.scss';