diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-24 12:31:34 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-24 12:31:34 -0700 |
commit | 742397bb1a0d13c163dd92a8271f8468159bcc4f (patch) | |
tree | 76f1dfc0794c9523fa0d6c99ea86234d1506a9e2 | |
parent | 269d70e66c7f3616664990a053350fd873a12472 (diff) | |
download | voidsky-742397bb1a0d13c163dd92a8271f8468159bcc4f.tar.zst |
fix(lint): remove unused import
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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' |