aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/date/index.ts
blob: 72136d30ae918e343fc03454828271307669b6a3 (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 { DateDefinition } from '../../..';
import time_zone from './time_zone';

const date: DateDefinition = {
  time_zone,
};

export default date;