mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
import { Patch } from '../database/types';
|
|
import testPatch from './testPatch';
|
|
|
|
export default [
|
|
{ name: 'testPatch', version: '0.5.0-beta.0', patch: testPatch },
|
|
] as Patch[];
|