Skip to content

Commit

Permalink
fix conflicts caused by aftermath of #2058
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed May 1, 2023
1 parent 31aa9f7 commit 8e64482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/el/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { LocationDefinition } from '../../..';
import city_name from './city_name';
import city_pattern from './city_pattern';
import county from './county';
import default_country from './default_country';
import street_pattern from './street_pattern';

const location: LocationDefinition = {
city_name,
city_pattern,
county,
default_country,
street_pattern,
};
Expand Down

0 comments on commit 8e64482

Please sign in to comment.