diff --git a/components/home/home-post-list.jsx b/components/home/home-post-list.jsx index b0e7740..e9caaa3 100644 --- a/components/home/home-post-list.jsx +++ b/components/home/home-post-list.jsx @@ -1,3 +1,5 @@ +'use client'; + import Link from "next/link"; import dayjs from "dayjs"; import relativeTime from "dayjs/plugin/relativeTime";