This commit is contained in:
parent
144081da09
commit
4a1aae9fa4
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
use serde::Deserialize;
|
||||
use std::{
|
||||
fs::{self, remove_dir_all},
|
||||
path::PathBuf,
|
||||
};
|
||||
use std::{fs, path::PathBuf};
|
||||
|
||||
use glob::glob;
|
||||
use minify_html::{minify, Cfg};
|
||||
|
|
Loading…
Reference in a new issue