Skip to content

Commit 46526bb

Browse files
committed
260410-2149
1 parent 9e39ee4 commit 46526bb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/main.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
//
88
// -----------------------------------------------------------------------
99

10+
mod app;
1011
mod audio_engine;
12+
mod config;
1113
mod library;
1214
mod scanner;
13-
mod watcher;
15+
mod theme;
1416
mod types;
15-
mod config;
16-
mod app;
1717
mod ui;
18+
mod watcher;
1819

1920
use std::{io, sync::{mpsc, Arc}, time::Duration};
2021
use crossterm::{

0 commit comments

Comments
 (0)