mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Fix linting
This commit is contained in:
parent
a258772f7e
commit
7730f17490
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ export default function UserPage() {
|
|||
</Button>
|
||||
</div>
|
||||
<p>
|
||||
Don't have an account? <Link href="/signup">Sign up</Link>
|
||||
Don't have an account? <Link href="/signup">Sign up</Link>
|
||||
</p>
|
||||
</Form>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@ import { Avatar, Button, Card, CardBody, Spacer } from "@nextui-org/react";
|
|||
import { formatDistance } from "date-fns";
|
||||
import Link from "next/link";
|
||||
import { PostType } from "@/types/PostType";
|
||||
import { Heart, MessageCircle } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import LikeButton from "./LikeButton";
|
||||
|
||||
export default function PostCard({ post }: { post: PostType }) {
|
||||
|
|
Loading…
Reference in a new issue