Move ListItemIcon into /sidebar

This commit is contained in:
domyen 2019-02-06 19:55:18 -05:00
parent 632c101f99
commit 65d298b886
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import ListItemIcon from './ListItemIcon';
export default {
component: ListItemIcon,
title: 'UI|Shared/ListItemIcon',
title: 'UI|Sidebar/ListItemIcon',
};
export const all = () => (

View File

@ -2,7 +2,7 @@ import React from 'react';
import memoize from 'memoizerific';
import { Badge } from '@storybook/components';
import ListItemIcon from '../components/shared/ListItemIcon';
import ListItemIcon from '../components/sidebar/ListItemIcon';
import { shortcutToHumanString } from '../libs/shortcut';