diff options
| author | ST-DDT <[email protected]> | 2024-12-02 10:34:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-02 10:34:57 +0100 |
| commit | 7d59cd9bfbfebaccc93811a50cc698e46e6c862b (patch) | |
| tree | 0d9fca812dcb3a0a43a5b7991a23150cf9262257 /src/locales/base | |
| parent | 176d4300366b0481fbc01f2da3faad104d626dc9 (diff) | |
| download | faker-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.ts | 4 |
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'; |
