Files
ploi-core/public/build/assets/EmptyImage-41804171.js
Dennis 741104de05 wip
2023-09-28 08:21:44 +02:00

16 lines
517 B
JavaScript
Vendored

import { o as openBlock, c as createElementBlock } from "./app-422355c4.js";
import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.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
};