/** * Route-level fallback shown while `/create/...` RSC streams in. Mirrors the * create-flow chrome surface (top bar height + dark canvas) so the user sees * structural feedback instead of a flash of the previous page. */ export default function CreateFlowRouteLoading() { return (
); }