aboutsummaryrefslogtreecommitdiff
path: root/src/locales/fa/lorem/index.ts
blob: 2e093406a2b49b85651331fe95400268cde70d59 (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 words from './words';

const lorem: LoremDefinition = {
  words,
};

export default lorem;