aboutsummaryrefslogtreecommitdiff
path: root/src/locales/de_AT/word/index.ts
blob: cf6dee31d4f99534aaa1301801beecdbea646313 (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 { WordDefinition } from '../../..';
import adjective from './adjective';

const word: WordDefinition = {
  adjective,
};

export default word;