aboutsummaryrefslogtreecommitdiff
path: root/src/locales/de/color/index.ts
blob: e7cf1e894368bfe746676dfe6f7205039f004758 (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 { ColorDefinition } from '../../..';
import human from './human';

const color: ColorDefinition = {
  human,
};

export default color;