2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 22:58:28 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
244 B
TypeScript
Raw Normal View History

2022-03-23 20:16:19 +05:30
import { SchemaStub } from '../../types';
import AccountingSettings from './AccountingSettings.json';
import Address from './Address.json';
import Party from './Party.json';
export default [AccountingSettings, Address, Party] as SchemaStub[];