mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Move ListItemIcon into /sidebar
This commit is contained in:
parent
632c101f99
commit
65d298b886
@ -5,7 +5,7 @@ import ListItemIcon from './ListItemIcon';
|
||||
|
||||
export default {
|
||||
component: ListItemIcon,
|
||||
title: 'UI|Shared/ListItemIcon',
|
||||
title: 'UI|Sidebar/ListItemIcon',
|
||||
};
|
||||
|
||||
export const all = () => (
|
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user