2025-02-16 16:45:47 +00:00
|
|
|
import { d as defineComponent, o as openBlock, y as createBlock, z as withCtx, k as createVNode, j as unref, bE as script } from "./index-Bv0b06LE.js";
|
|
|
|
import { _ as _sfc_main$1 } from "./BaseViewTemplate-BTbuZf5t.js";
|
2025-02-15 09:32:47 +00:00
|
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
|
__name: "DesktopStartView",
|
|
|
|
setup(__props) {
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return openBlock(), createBlock(_sfc_main$1, { dark: "" }, {
|
|
|
|
default: withCtx(() => [
|
|
|
|
createVNode(unref(script), { class: "m-8 w-48 h-48" })
|
|
|
|
]),
|
|
|
|
_: 1
|
|
|
|
});
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
|
|
|
export {
|
|
|
|
_sfc_main as default
|
|
|
|
};
|
2025-02-16 16:45:47 +00:00
|
|
|
//# sourceMappingURL=DesktopStartView-D9r53Bue.js.map
|