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