/** * notion-enhancer * (c) 2022 dragonwocky (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"); })();