UNPKG

@shopify/hydrogen

Version:
8 lines (7 loc) 193 B
import { jsx } from "react/jsx-runtime"; function Layout(props) { return /* @__PURE__ */ jsx("div", { className: "hydrogen-virtual-route", children: props.children }); } export { Layout };