import Card from "." import type { CheckboxProps } from "./card" export default function CheckboxCard(props: CheckboxProps) { return }