import type { ReactNode } from 'react' export const PlatformAdRoot = ({ children }: { children: ReactNode }) => (
{children}
)