server: clean up some renamed imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::fs;
|
||||
|
||||
use server::sanitize_html;
|
||||
use letterbox_server::sanitize_html;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
let mut args = std::env::args().skip(1);
|
||||
|
||||
Reference in New Issue
Block a user