From 2afcf5c2b60fba01365049dc4b32b19dc5a1a54c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 24 Apr 2022 17:05:11 -0500 Subject: [PATCH] SidebarNavigation: remove unused ImmutableMap import --- app/soapbox/components/sidebar-navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx index 00215c8e39..132b439df2 100644 --- a/app/soapbox/components/sidebar-navigation.tsx +++ b/app/soapbox/components/sidebar-navigation.tsx @@ -1,4 +1,4 @@ -import { Map as ImmutableMap, OrderedSet as ImmutableOrderedSet } from 'immutable'; +import { OrderedSet as ImmutableOrderedSet } from 'immutable'; import React from 'react'; import { FormattedMessage } from 'react-intl';