16 lines
517 B
JavaScript
Vendored
16 lines
517 B
JavaScript
Vendored
import { o as openBlock, c as createElementBlock } from "./app.2c3b9863.js";
|
|
import { _ as _export_sfc } from "./_plugin-vue_export-helper.cdc0426e.js";
|
|
const _sfc_main = {};
|
|
const _hoisted_1 = {
|
|
src: "/images/empty.png",
|
|
class: "w-32 md:w-48 m-auto",
|
|
alt: "Decorative image for empty list."
|
|
};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return openBlock(), createElementBlock("img", _hoisted_1);
|
|
}
|
|
const EmptyImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
export {
|
|
EmptyImage as E
|
|
};
|