Shuffle web_interface into web::interface

This commit is contained in:
Lucien Greathouse
2019-09-03 14:00:31 -07:00
parent 27517e1aee
commit 27839dfd21
5 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,6 @@
mod impl_from;
pub mod commands;
pub mod web_interface;
// This module is only public for the purpose of testing right now, and won't be
// part of the first version of the Rojo API.