Skip to content

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 16, 2020
1 parent 195fd87 commit e4f25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/containers/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useMemo } from 'react';

import { Badge } from '@storybook/components';
import { API } from '@storybook/api';
import { useTheme, Theme, darken } from '@storybook/theming';
import { useTheme, Theme } from '@storybook/theming';

import { shortcutToHumanString } from '@storybook/api/shortcut';
import { MenuItemIcon } from '../components/sidebar/Menu';
Expand Down

0 comments on commit e4f25c4

Please sign in to comment.