Fixed compile error

This commit is contained in:
Antoine Gersant 2020-01-16 00:35:30 -08:00
parent 61c221a2d2
commit 1c84cde158

View file

@ -1,8 +1,5 @@
use function_name::named;
mod api;
mod static_files;
use crate::config;
use crate::service::dto;
use crate::vfs;