Files
ploi-core/public/build/assets/EmptyImage.d9592dd8.js
Dennis d1f50c8dd9 prod
2022-08-27 20:03:25 +02:00

16 lines
517 B
JavaScript
Vendored

import { o as openBlock, c as createElementBlock } from "./app.dd23b2e7.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
};