From 742397bb1a0d13c163dd92a8271f8468159bcc4f Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Thu, 24 Jul 2025 12:31:34 -0700 Subject: fix(lint): remove unused import --- src/components/interstitials/TrendingVideos.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx index f5d972f4a..4d59e2fb5 100644 --- a/src/components/interstitials/TrendingVideos.tsx +++ b/src/components/interstitials/TrendingVideos.tsx @@ -16,7 +16,6 @@ import {atoms as a, useGutters, useTheme} from '#/alf' import {Button, ButtonIcon} from '#/components/Button' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron' import {TimesLarge_Stroke2_Corner0_Rounded as X} from '#/components/icons/Times' -import {Trending2_Stroke2_Corner2_Rounded as Graph} from '#/components/icons/Trending' import {Link} from '#/components/Link' import * as Prompt from '#/components/Prompt' import {Text} from '#/components/Typography' -- cgit 1.4.1