export function SafeFragment(props) {
    return <>{props.children}</>;
}
//# sourceMappingURL=SafeFragment.jsx.map