2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00
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[];