Browse Source

fix lint error

Yuki Takei 5 years ago
parent
commit
b5d99c5a00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Sidebar.jsx

+ 1 - 1
src/client/js/components/Sidebar.jsx

@@ -7,7 +7,7 @@ import {
   withNavigationUIController,
   withNavigationUIController,
   LayoutManager,
   LayoutManager,
   NavigationProvider,
   NavigationProvider,
-  ThemeProvider, modeGenerator,
+  ThemeProvider,
 } from '@atlaskit/navigation-next';
 } from '@atlaskit/navigation-next';
 
 
 import { createSubscribedElement } from './UnstatedUtils';
 import { createSubscribedElement } from './UnstatedUtils';