Fix storybook2
This commit is contained in:
parent
5d16f76518
commit
b19a6c0dcc
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ pub use stories::*;
|
||||||
#[cfg(feature = "stories")]
|
#[cfg(feature = "stories")]
|
||||||
mod stories {
|
mod stories {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::story::Story;
|
use crate::{story::Story, Label};
|
||||||
use gpui::{actions, Div, Render};
|
use gpui::{actions, Div, Render};
|
||||||
|
|
||||||
actions!(PrintCurrentDate, PrintBestFood);
|
actions!(PrintCurrentDate, PrintBestFood);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue