about summary refs log tree commit diff
path: root/src/components/interstitials
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-24 12:31:34 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-24 12:31:34 -0700
commit742397bb1a0d13c163dd92a8271f8468159bcc4f (patch)
tree76f1dfc0794c9523fa0d6c99ea86234d1506a9e2 /src/components/interstitials
parent269d70e66c7f3616664990a053350fd873a12472 (diff)
downloadvoidsky-742397bb1a0d13c163dd92a8271f8468159bcc4f.tar.zst
fix(lint): remove unused import
Diffstat (limited to 'src/components/interstitials')
-rw-r--r--src/components/interstitials/TrendingVideos.tsx1
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'