synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
15 lines (14 loc) • 575 B
JavaScript
import { jsx as o, jsxs as s, Fragment as a } from "react/jsx-runtime";
import { Markdown as i } from "../Markdown/MarkdownSynapse.js";
import m from "../home_page/ExpandableContent.js";
function f({ data: e }) {
return /* @__PURE__ */ o("div", { className: "Resources_Mobile", children: e.map(({ name: r, ownerId: t, wikiId: n }) => /* @__PURE__ */ o(m, { title: /* @__PURE__ */ s(a, { children: [
" ",
r,
" "
] }), content: /* @__PURE__ */ o(i, { ownerId: t, wikiId: n }) }, r)) });
}
export {
f as default
};
//# sourceMappingURL=Resources.Mobile.js.map