Remove unused imports
This commit is contained in:
parent
936c78be94
commit
e4f9bddbab
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
use gpui::{Component, Div, Render};
|
||||
use story::{Story, StoryContainer, StoryItem, StorySection};
|
||||
use gpui::{Component, Render};
|
||||
use story::{StoryContainer, StoryItem, StorySection};
|
||||
|
||||
use crate::{prelude::*, Tooltip};
|
||||
use crate::{Icon, IconButton};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue