diff --git a/src/components/news/article-preview.tsx b/src/components/news/article-preview.tsx index cf22ff5..1afe859 100644 --- a/src/components/news/article-preview.tsx +++ b/src/components/news/article-preview.tsx @@ -6,7 +6,7 @@ import { ReactNode } from "react" import { Style } from "util"; -export default function ArticlePreview(){ +export default function ArticlePreview(params: { id: String, title: String, content: String, date?:String } ){ return