mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-19 08:05:01 +00:00
16 lines
777 B
JavaScript
16 lines
777 B
JavaScript
import { _ as _export_sfc, c as createElementBlock, o as openBlock, l as createBaseVNode } from "./chunks/framework.B9AX-CPi.js";
|
|
const __pageData = JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"__capabilities_inc.md","filePath":"__capabilities_inc.md"}');
|
|
const _sfc_main = { name: "__capabilities_inc.md" };
|
|
const _hoisted_1 = /* @__PURE__ */ createBaseVNode("p", null, "Lorem ipsum dolor sit amet.", -1);
|
|
const _hoisted_2 = [
|
|
_hoisted_1
|
|
];
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return openBlock(), createElementBlock("div", null, _hoisted_2);
|
|
}
|
|
const __capabilities_inc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
export {
|
|
__pageData,
|
|
__capabilities_inc as default
|
|
};
|