aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-12-02 10:34:57 +0100
committerGitHub <[email protected]>2024-12-02 10:34:57 +0100
commit7d59cd9bfbfebaccc93811a50cc698e46e6c862b (patch)
tree0d9fca812dcb3a0a43a5b7991a23150cf9262257 /src/locales/base
parent176d4300366b0481fbc01f2da3faad104d626dc9 (diff)
downloadfaker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.tar.xz
faker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.zip
infra(unicorn): prefer-export-from (#3272)
Diffstat (limited to 'src/locales/base')
-rw-r--r--src/locales/base/location/time_zone.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/locales/base/location/time_zone.ts b/src/locales/base/location/time_zone.ts
index c5e60398..0236dbcd 100644
--- a/src/locales/base/location/time_zone.ts
+++ b/src/locales/base/location/time_zone.ts
@@ -1,4 +1,2 @@
-import timeZone from '../date/time_zone';
-
// The base locale uses any possible time zone.
-export default timeZone;
+export { default } from '../date/time_zone';