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/hr | |
| parent | 176d4300366b0481fbc01f2da3faad104d626dc9 (diff) | |
| download | faker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.tar.xz faker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.zip | |
infra(unicorn): prefer-export-from (#3272)
Diffstat (limited to 'src/locales/hr')
| -rw-r--r-- | src/locales/hr/location/county.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/locales/hr/location/county.ts b/src/locales/hr/location/county.ts index 6872cff7..e60ae844 100644 --- a/src/locales/hr/location/county.ts +++ b/src/locales/hr/location/county.ts @@ -1,3 +1,2 @@ // Since first-level administrative regions of Croatia are called "counties" we return them both from the state() and county() methods -import state from './state'; -export default state; +export { default } from './state'; |
