diff options
| author | Shinigami <[email protected]> | 2022-02-24 20:07:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-24 20:07:15 +0100 |
| commit | 51e24868fea2893d2571d799a68f9cf2f399f279 (patch) | |
| tree | 4eb518f73fb8590e702ce4f3b4ae3bbb45cdfd9f /src/locale/fa.ts | |
| parent | 6c9dcdd03050ef70554fc2bb6ccc0c883fd1edc9 (diff) | |
| download | faker-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.ts | 2 |
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'; |
