import React from 'react'; export default function Card({ children }) { return
{children}
; }