2025-02-06 15:43:10 +00:00
|
|
|
import { d as defineComponent, o as openBlock, y as createBlock, z as withCtx, m as createBaseVNode, k as createVNode, j as unref, bz as script } from "./index-DqqhYDnY.js";
|
|
|
|
import { _ as _sfc_main$1 } from "./BaseViewTemplate-Cz111_1A.js";
|
2025-01-19 02:43:37 +00:00
|
|
|
const _hoisted_1 = { class: "max-w-screen-sm w-screen p-8" };
|
|
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
|
__name: "DesktopStartView",
|
|
|
|
setup(__props) {
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return openBlock(), createBlock(_sfc_main$1, { dark: "" }, {
|
|
|
|
default: withCtx(() => [
|
|
|
|
createBaseVNode("div", _hoisted_1, [
|
|
|
|
createVNode(unref(script), { mode: "indeterminate" })
|
|
|
|
])
|
|
|
|
]),
|
|
|
|
_: 1
|
|
|
|
});
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
|
|
|
export {
|
|
|
|
_sfc_main as default
|
|
|
|
};
|
2025-02-06 15:43:10 +00:00
|
|
|
//# sourceMappingURL=DesktopStartView-FKlxS2Lt.js.map
|