🚧 WIP:Work on draft method, and models import
This commit is contained in:
parent
76f5d03a86
commit
970fdba395
10 changed files with 171 additions and 177 deletions
8
packages/brian/dist/lib/back.js
vendored
Normal file
8
packages/brian/dist/lib/back.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var back = {
|
||||
draft: function (config) {
|
||||
console.log('drafting back block');
|
||||
}
|
||||
};
|
||||
exports.default = back;
|
Loading…
Add table
Add a link
Reference in a new issue