Home-Toolbox-Plugin/background/index.ts

6 lines
84 B
TypeScript

import initContextMenus from "./bindContextMenus";
initContextMenus();
export {};