import { type PropsWithChildren } from 'react'; export function EmptyProvider({ children }: Readonly) { return <>{children}; }