import { QuestionCard } from './questioncard';
export type { QuestionCardProps } from './questioncard';
export default QuestionCard;
