crates/storybook2/src/stories/components/toast.rs 🔗
@@ -1,5 +1,4 @@
use std::marker::PhantomData;
-use std::sync::Arc;
use ui::prelude::*;
use ui::{Label, Toast, ToastOrigin};
Marshall Bowers created
crates/storybook2/src/stories/components/toast.rs | 1 -
1 file changed, 1 deletion(-)
@@ -1,5 +1,4 @@
use std::marker::PhantomData;
-use std::sync::Arc;
use ui::prelude::*;
use ui::{Label, Toast, ToastOrigin};