Fix formatting

This commit is contained in:
Nathan Sobo 2023-11-14 01:58:10 -07:00
parent 364e3e7de5
commit 6abaacc457
11 changed files with 19 additions and 21 deletions

View file

@ -126,7 +126,7 @@ pub use stories::*;
mod stories {
use super::*;
use crate::{Label, Story};
use gpui::{InteractiveComponent, Div, Render};
use gpui::{Div, InteractiveComponent, Render};
pub struct PanelStory;