2
0
mirror of https://github.com/frappe/books.git synced 2025-01-08 01:14:39 +00:00
books/schemas/regional/ch/index.ts
2023-11-28 22:14:35 +01:00

5 lines
156 B
TypeScript

import { SchemaStub } from '../../types';
import AccountingSettings from './AccountingSettings.json';
export default [AccountingSettings] as SchemaStub[];