import { RorkErrorBoundary } from "../error-boundary"; import { RorkSafeInsets } from "../safe-insets-content"; import { BundleInspector } from "./inspector"; import "../patch-alert"; export function RorkDevWrapper({ children }: { children: React.ReactNode }) { return ( {children} ); }