From 21cacb692188f00111e18c42a0bea4eb34677b5e Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Mon, 24 Mar 2025 23:30:26 +0100 Subject: [PATCH] Remove unused PlayIcon import to clean up code --- ui/src/components/VideoOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/VideoOverlay.tsx b/ui/src/components/VideoOverlay.tsx index ebc9a49..a8560cb 100644 --- a/ui/src/components/VideoOverlay.tsx +++ b/ui/src/components/VideoOverlay.tsx @@ -1,6 +1,6 @@ import React from "react"; import { ExclamationTriangleIcon } from "@heroicons/react/24/solid"; -import { ArrowRightIcon, PlayIcon } from "@heroicons/react/16/solid"; +import { ArrowRightIcon } from "@heroicons/react/16/solid"; import { Button, LinkButton } from "@components/Button"; import LoadingSpinner from "@components/LoadingSpinner"; import { GridCard } from "@components/Card";