aboutsummaryrefslogtreecommitdiff
path: root/src/locales/es_MX/team/index.ts
blob: ffb260b8379834db4cb6a8ae9aee419f4b246c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import creature from './creature';
import name_ from './name';

const team = {
  creature,
  name: name_,
};

export default team;