From d6cae606cb70fbb016a7453905499feba02669e0 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Thu, 20 Oct 2022 13:55:33 -0400 Subject: [PATCH] Lint --- app/soapbox/features/status/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index c0a7b92c5..3800558b8 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -29,7 +29,6 @@ import MissingIndicator from 'soapbox/components/missing_indicator'; import PullToRefresh from 'soapbox/components/pull-to-refresh'; import ScrollableList from 'soapbox/components/scrollable_list'; import StatusActionBar from 'soapbox/components/status-action-bar'; -import SensitiveContentOverlay from 'soapbox/components/statuses/sensitive-content-overlay'; import SubNavigation from 'soapbox/components/sub_navigation'; import Tombstone from 'soapbox/components/tombstone'; import { Column, Stack } from 'soapbox/components/ui';