import { CellCard } from './cellcard';
export type { CellCardProps } from './cellcard';
export default CellCard;
