diff options
Diffstat (limited to 'kittybox-rs/templates/src/templates.rs')
-rw-r--r-- | kittybox-rs/templates/src/templates.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/templates.rs b/kittybox-rs/templates/src/templates.rs index b084fbd..0b1db28 100644 --- a/kittybox-rs/templates/src/templates.rs +++ b/kittybox-rs/templates/src/templates.rs @@ -1,6 +1,6 @@ -use kittybox_util::{MicropubChannel, IndiewebEndpoints}; use ellipse::Ellipse; use http::StatusCode; +use kittybox_util::{IndiewebEndpoints, MicropubChannel}; use log::error; pub static POSTS_PER_PAGE: usize = 20; |