- Added report button to CommentItem for reporting comments and replies. - Integrated ReportDialog into PostDetailScreen for handling report submissions. - Enhanced ReportDialog with detailed report reasons and improved UI interactions. - Updated styles across various components for a more modern look and feel. Made-with: Cursor
2 lines
98 B
TypeScript
2 lines
98 B
TypeScript
export { default } from './ReportDialog';
|
|
export type { ReportDialogProps } from './ReportDialog'; |