summaryrefslogtreecommitdiff
path: root/src/index/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/index/app.rs')
-rw-r--r--src/index/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/app.rs b/src/index/app.rs
index 79f5a9a..d6eef18 100644
--- a/src/index/app.rs
+++ b/src/index/app.rs
@@ -1,7 +1,7 @@
use sqlx::sqlite::SqlitePool;
use crate::{
- channel::repo::{Channel, Provider as _},
+ channel::repo::channels::{Channel, Provider as _},
error::BoxedError,
};