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