mirror of
https://github.com/frappe/books.git
synced 2024-11-14 17:34:04 +00:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
import { SchemaStub } from '../../types';
|
|
import AccountingSettings from './AccountingSettings.json';
|
|
|
|
export default [AccountingSettings] as SchemaStub[];
|