Skip to content

Commit

Permalink
fix: unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 10, 2020
1 parent b5aa2de commit d00ed47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/app-components/src/Sidebar/Sidebar.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import React from 'react';
import Octicon, { Project } from '@primer/octicons-react';
import { Flex } from 'theme-ui';
import {
ThemeProvider,
CollapsibleProps,
} from '@component-controls/components';
import { ThemeProvider } from '@component-controls/components';
import { Sidebar, SidebarContext, SidebarContextProvider } from '.';

export default {
Expand Down

0 comments on commit d00ed47

Please sign in to comment.