diff options
Diffstat (limited to 'src/index/templates.rs')
| -rw-r--r-- | src/index/templates.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/templates.rs b/src/index/templates.rs index fdb750b..38cd93f 100644 --- a/src/index/templates.rs +++ b/src/index/templates.rs @@ -1,6 +1,6 @@ use maud::{html, Markup, DOCTYPE}; -use crate::{channel::repo::Channel, login::repo::logins::Login}; +use crate::{channel::repo::channels::Channel, login::repo::logins::Login}; pub fn authenticated<'c>(login: Login, channels: impl IntoIterator<Item = &'c Channel>) -> Markup { html! { |
