@nextcloud/vue
Version:
Nextcloud vue components
23 lines (22 loc) • 611 B
JavaScript
import '../assets/NcAppNavigationSpacer-CfNqmQeR.css';
import { n as normalizeComponent } from "../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs";
const _sfc_main = {
name: "NcAppNavigationSpacer"
};
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
return _c("li", { staticClass: "app-navigation-spacer" });
};
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(
_sfc_main,
_sfc_render,
_sfc_staticRenderFns,
false,
null,
"b699c557"
);
const NcAppNavigationSpacer = __component__.exports;
export {
NcAppNavigationSpacer as default
};