9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
import { jsx, Fragment } from "react/jsx-runtime";
|
|
function SafeFragment(props) {
|
|
return /* @__PURE__ */ jsx(Fragment, { children: props.children });
|
|
}
|
|
export {
|
|
SafeFragment
|
|
};
|
|
//# sourceMappingURL=SafeFragment.js.map
|