removed fluff modules

This commit is contained in:
shockrah 2020-01-30 00:03:51 -08:00
parent 289ab5c829
commit 113aff4955

View File

@ -2,8 +2,6 @@
// All new servers come with this as a default so that
use rocket_contrib::templates::Template;
use rocket::response::NamedFile;
use dotenv;
use std::env;
use std::path::Path;
use serde_derive::Deserialize;