Remove unused PlayIcon import to clean up code

This commit is contained in:
Adam Shiervani 2025-03-24 23:30:26 +01:00
parent 934433f392
commit 21cacb6921
1 changed files with 1 additions and 1 deletions

View File

@ -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";