SidebarNavigation: remove unused ImmutableMap import
This commit is contained in:
parent
57e5d81e33
commit
2afcf5c2b6
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue