diff options
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'; |
