Skip to content

Commit

Permalink
fix: change home-post-list-component to client component (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezafikkri authored Jul 24, 2024
2 parents 18175b9 + 1c0241a commit 0063b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/home/home-post-list.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import Link from "next/link";
import dayjs from "dayjs";
import relativeTime from "dayjs/plugin/relativeTime";
Expand Down

0 comments on commit 0063b00

Please sign in to comment.