mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-11 15:59:03 +00:00
14 lines
314 B
JavaScript
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");
|
|
})();
|