import * as React from "react"; export const Card: React.FC = () => { return
Hello
; };