aboutsummaryrefslogtreecommitdiff
path: root/src/locales/eo/vehicle/index.ts
blob: 05d02703b069c3d145186982ea3a7a01306e60f3 (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 { VehicleDefinition } from '../../..';
import fuel from './fuel';

const vehicle: VehicleDefinition = {
  fuel,
};

export default vehicle;