steam-family-bot-core
Version:
一个用于新版 Steam 家庭的库存监控 Bot 插件
9 lines • 534 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.App = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
function App({ children }) {
return ((0, jsx_runtime_1.jsxs)("html", { children: [(0, jsx_runtime_1.jsxs)("head", { children: [(0, jsx_runtime_1.jsx)("script", { src: "https://cdn.tailwindcss.com" }), (0, jsx_runtime_1.jsx)("title", { children: "IMG Render" })] }), (0, jsx_runtime_1.jsx)("body", { children: children })] }));
}
exports.App = App;
//# sourceMappingURL=app.js.map