diff --git a/client/app/components/post-content.tsx b/client/app/components/post-content.tsx
index e6bf6e1..1706a3d 100644
--- a/client/app/components/post-content.tsx
+++ b/client/app/components/post-content.tsx
@@ -1,6 +1,5 @@
import type { Media, Prisma } from "@prisma/client";
import { Link } from "@remix-run/react";
-import clsx from "clsx";
import React from "react";
import type { Jsonify } from "type-fest";
import { Avatar } from "./avatar";
@@ -53,10 +52,7 @@ function PostContent({ post }: Props) {
-