You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
371 B
11 lines
371 B
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
var __commonJS = (cb, mod) => function __require() {
|
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
};
|
|
var require_app_css = __commonJS({
|
|
"app.css.js"(exports) {
|
|
const _style_0 = {};
|
|
exports.styles = [_style_0];
|
|
}
|
|
});
|
|
export default require_app_css();
|