aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ur/date/index.ts
blob: a28ce823bb8cfc27c1cb5808e5191a65756de583 (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 { DateDefinition } from '../../..';
import month from './month';
import weekday from './weekday';

const date: DateDefinition = {
  month,
  weekday,
};

export default date;