chore: Move core files to .mjs
This commit is contained in:
parent
e6901ba541
commit
3671f44e90
15 changed files with 34 additions and 34 deletions
12
packages/core/src/hooks.mjs
Normal file
12
packages/core/src/hooks.mjs
Normal file
|
@ -0,0 +1,12 @@
|
|||
export default function Hooks() {
|
||||
return {
|
||||
preDraft: [],
|
||||
postDraft: [],
|
||||
preSample: [],
|
||||
postSample: [],
|
||||
preRender: [],
|
||||
postLayout: [],
|
||||
postRender: [],
|
||||
insertText: [],
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue