mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 07:11:18 +00:00
Fix import
This commit is contained in:
parent
62ea58618c
commit
f459fc5e27
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@ use strum::IntoEnumIterator;
|
|||
use theme2::{ThemeRegistry, ThemeSettings};
|
||||
use ui::prelude::*;
|
||||
|
||||
pub use indoc::indoc;
|
||||
use storybook2::assets::Assets;
|
||||
use crate::assets::Assets;
|
||||
use crate::story_selector::{ComponentStory, StorySelector};
|
||||
pub use indoc::indoc;
|
||||
|
||||
// gpui::actions! {
|
||||
// storybook,
|
||||
|
|
Loading…
Reference in a new issue