mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #385 from logto-io/gao-merge-utilities
refactor(console): merge utilities folder
This commit is contained in:
commit
bb467a518f
2 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue