refactored Article.tsx to View.tsx
This commit is contained in:
@@ -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) {
|
||||||
Reference in New Issue
Block a user