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:
parent
649aadf310
commit
cf159121ba
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