notion-enhancer/src/browser/init.js

14 lines
314 B
JavaScript

/**
* notion-enhancer
* (c) 2022 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://notion-enhancer.github.io/) under the MIT license
*/
"use strict";
(async () => {
await import("./api.js");
await import("../common/registry.js");
await import("../common/loader.js");
})();