blob: 4bd477a1f9abdf545a4b095b4c7c05ce4ee8eb9c (
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 { CommerceDefinition } from '../../..';
import department from './department';
import product_name from './product_name';
const commerce: CommerceDefinition = {
department,
product_name,
};
export default commerce;
|