Skip to content

Commit

Permalink
Fix import link in Card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mojib2014 committed Jan 25, 2022
1 parent 23f7949 commit 026d87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/Card.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Avatar from "./Avatar";
import CoverImage from "./CoverImage";
import DateFormatter from "./DateFormatter";
import DateFormatter from "./Dateformatter";

export default function Card({ item }) {
return (
Expand Down

1 comment on commit 026d87d

@vercel
Copy link

@vercel vercel bot commented on 026d87d Jan 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.