aboutsummaryrefslogtreecommitdiff
path: root/src/locale/fa.ts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-02-24 20:07:15 +0100
committerGitHub <[email protected]>2022-02-24 20:07:15 +0100
commit51e24868fea2893d2571d799a68f9cf2f399f279 (patch)
tree4eb518f73fb8590e702ce4f3b4ae3bbb45cdfd9f /src/locale/fa.ts
parent6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (diff)
downloadfaker-51e24868fea2893d2571d799a68f9cf2f399f279.tar.xz
faker-51e24868fea2893d2571d799a68f9cf2f399f279.zip
chore: move faker into own file (#548)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/locale/fa.ts')
-rw-r--r--src/locale/fa.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/fa.ts b/src/locale/fa.ts
index 778332b7..92b7c2c7 100644
--- a/src/locale/fa.ts
+++ b/src/locale/fa.ts
@@ -3,7 +3,7 @@
* Run 'pnpm run generate:locales' to update.
*/
-import { Faker } from '..';
+import { Faker } from '../faker';
import fa from '../locales/fa';
import en from '../locales/en';