import { Component, ComponentProps } from "waft"; export class Card extends Component { constructor(props: ComponentProps) { super(props); } }