1
0
Fork 0

chore: Move core files to .mjs

This commit is contained in:
Joost De Cock 2022-08-26 18:51:02 +02:00
parent e6901ba541
commit 3671f44e90
15 changed files with 34 additions and 34 deletions

View file

@ -0,0 +1,12 @@
export default function Hooks() {
return {
preDraft: [],
postDraft: [],
preSample: [],
postSample: [],
preRender: [],
postLayout: [],
postRender: [],
insertText: [],
}
}