refactored Article.tsx to View.tsx

This commit is contained in:
2025-11-15 03:20:28 +05:30
parent 945912f16d
commit e16804b65d

View File

@@ -23,7 +23,7 @@ const CoverImage = styled('img')({
marginBottom: '24px', marginBottom: '24px',
}); });
export default function Article({ export default function View({
article, article,
onBack onBack
}: ArticleProps) { }: ArticleProps) {