aboutsummaryrefslogtreecommitdiff
path: root/src/locales/hu/location/index.ts
blob: ce30cbb431bda2b6e8a9cca709e823009e837a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { LocationDefinition } from '../../..';
import state from './state';

const location: LocationDefinition = {
  state,
};

export default location;