From 90d6562f450d50bb953354c86cb97d04837b7512 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 26 Sep 2025 10:53:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Removed=20useless=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/shared/MetadataPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/components/shared/MetadataPanel.tsx b/src/client/components/shared/MetadataPanel.tsx index 1571a95..a073475 100644 --- a/src/client/components/shared/MetadataPanel.tsx +++ b/src/client/components/shared/MetadataPanel.tsx @@ -5,7 +5,6 @@ import { Card } from "../shared/Carda"; import { convert } from "html-to-text"; import { determineCoverFile } from "../../shared/utils/metadata.utils"; import { find, isUndefined } from "lodash"; -import { o } from "react-router/dist/development/fog-of-war-BLArG-qZ"; /** * Props for the MetadataPanel component.