blob: b7d207969a27233d6e491800c97abe9d15f73506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { LocationDefinition } from '../../..';
import country_code from './country_code';
import time_zone from './time_zone';
const location: LocationDefinition = {
country_code,
time_zone,
};
export default location;
|