example: Remove duplicate ProgressStory in main example. (#757)
Ref #740
This commit is contained in:
parent
c310afadc6
commit
3357197f60
1 changed files with 0 additions and 1 deletions
|
|
@ -359,7 +359,6 @@ impl StoryWorkspace {
|
|||
Arc::new(StoryContainer::panel::<ImageStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<IconStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<TooltipStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<ProgressStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<CalendarStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<ResizableStory>(window, cx)),
|
||||
Arc::new(StoryContainer::panel::<ScrollableStory>(window, cx)),
|
||||
|
|
|
|||
Loading…
Reference in a new issue