aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/system/index.ts
blob: 122bee499c74b4c9b69b156ef6735c5dee60b998 (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 { SystemDefinition } from '../../..';
import directoryPaths from './directoryPaths';
import mimeTypes from './mimeTypes';

const system: SystemDefinition = {
  directoryPaths,
  mimeTypes,
};

export default system;