UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 301 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "preact/jsx-runtime"; import Separator from "./Separator"; const Section = ({ children }) => { return (_jsxs(_Fragment, { children: [children, _jsx(Separator, {})] })); }; export default Section; //# sourceMappingURL=Section.js.map