refactored Article.tsx to View.tsx
This commit is contained in:
@@ -23,7 +23,7 @@ const CoverImage = styled('img')({
|
||||
marginBottom: '24px',
|
||||
});
|
||||
|
||||
export default function Article({
|
||||
export default function View({
|
||||
article,
|
||||
onBack
|
||||
}: ArticleProps) {
|
||||
Reference in New Issue
Block a user