import { GridCard } from "./gridcard";
export type { GridCardProps } from "./gridcard";
export default GridCard;
