mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
7 lines
342 B
JavaScript
7 lines
342 B
JavaScript
import { _ as _export_sfc, o as openBlock, c as createElementBlock } from "./index.0eba1a90.js";
|
|
const _sfc_main = {};
|
|
function _sfc_render(_ctx, _cache) {
|
|
return openBlock(), createElementBlock("div", null, " Not Found ");
|
|
}
|
|
var ____all_ = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
export { ____all_ as default };
|