mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
9 lines
329 B
JavaScript
9 lines
329 B
JavaScript
import { _ as _export_sfc, c as createElementBlock, o as openBlock } from "./index-GNAKlyBz.js";
|
|
const _sfc_main = {};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return openBlock(), createElementBlock("div");
|
|
}
|
|
const PanelsView = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
export {
|
|
PanelsView as default
|
|
};
|