soiz1 commited on
Commit
8fb6900
·
verified ·
1 Parent(s): 7b68807

Create _runtime_entry.js

Browse files
src/addons/addons/multi-tab-code/_runtime_entry.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /* generated by pull.js */
2
+ import _js from "./userscript.js";
3
+ import _css from "!css-loader!./userstyle.css";
4
+ import _asset from "!url-loader!./add.svg";
5
+ export const resources = {
6
+ "userscript.js": _js,
7
+ "userstyle.css": _css,
8
+ "add.svg": _asset,
9
+ };