aboutsummaryrefslogtreecommitdiff
path: root/src/locales/nl/lorem/index.ts
blob: fd79f833a724dfa54ab1eb39fa7a99fa3c5af427 (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 { LoremDefinition } from '../../..';
import word from './word';

const lorem: LoremDefinition = {
  word,
};

export default lorem;