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