import { useIframeParentInterface } from "../utils";
import { Block } from "./Block";
import { ErrorBoundary } from "./ErrorBoundary";
const PageWrapper = () => {
const [bundleProps, setProps] = useIframeParentInterface("*");
if (bundleProps.bundle === null) return