aboutsummaryrefslogtreecommitdiff
path: root/src/locales/eo/database/index.ts
blob: 181778e0ae611bcdff8110c341e75c03b77870e5 (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 { DatabaseDefinition } from '../../..';
import column from './column';

const database: DatabaseDefinition = {
  column,
};

export default database;