aboutsummaryrefslogtreecommitdiff
path: root/src/modules/string
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/string')
-rw-r--r--src/modules/string/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/string/index.ts b/src/modules/string/index.ts
index cfee0dc1..7df31fc7 100644
--- a/src/modules/string/index.ts
+++ b/src/modules/string/index.ts
@@ -1,6 +1,6 @@
import { FakerError } from '../../errors/faker-error';
import { SimpleModuleBase } from '../../internal/module-base';
-import type { LiteralUnion } from '../../utils/types';
+import type { LiteralUnion } from '../../internal/types';
export type Casing = 'upper' | 'lower' | 'mixed';