Skip to content

Commit b87058a

Browse files
committed
Fix: fmt
1 parent 402ca0c commit b87058a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use std::borrow::Cow;
33
use gpui::{App, AssetSource};
44
use rust_embed::RustEmbed;
55

6-
pub mod elements;
76
mod actions;
7+
pub mod elements;
88
mod waystart;
99

1010
pub use waystart::Waystart;

0 commit comments

Comments
 (0)