From 5d77723189a0dba715e7bf93c1a60308fad5b8ff Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 29 Apr 2022 21:52:46 -0500 Subject: [PATCH] ProfilePage: remove unused import --- app/soapbox/pages/profile_page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/pages/profile_page.tsx b/app/soapbox/pages/profile_page.tsx index eb178af95..5cf8bee21 100644 --- a/app/soapbox/pages/profile_page.tsx +++ b/app/soapbox/pages/profile_page.tsx @@ -6,7 +6,6 @@ import LinkFooter from 'soapbox/features/ui/components/link_footer'; import BundleContainer from 'soapbox/features/ui/containers/bundle_container'; import { WhoToFollowPanel, - TrendsPanel, ProfileInfoPanel, ProfileMediaPanel, ProfileFieldsPanel,