Remove global scope API (closes #20)
This commit is contained in:
parent
d721553462
commit
0a44573b39
1 changed files with 0 additions and 3 deletions
|
|
@ -1,12 +1,9 @@
|
|||
import { api } from "../api.mjs";
|
||||
import { ArtSidebar } from "../apps/ArtSidebar.mjs";
|
||||
import { registerCustomComponents } from "../apps/elements/_index.mjs";
|
||||
import helpers from "../handlebarsHelpers/_index.mjs";
|
||||
import { registerUserSettings } from "../settings/user.mjs";
|
||||
|
||||
Hooks.on(`init`, () => {
|
||||
globalThis.tb = api;
|
||||
|
||||
registerUserSettings();
|
||||
registerCustomComponents();
|
||||
Handlebars.registerHelper(helpers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue