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

@@ -10,9 +10,11 @@ use rbx_dom_weak::RbxId;
use crate::{
serve_session::ServeSession,
web::util::response_json,
web_interface::{
ReadResponse, ServerInfoResponse, SubscribeResponse, PROTOCOL_VERSION, SERVER_VERSION,
web::{
interface::{
ReadResponse, ServerInfoResponse, SubscribeResponse, PROTOCOL_VERSION, SERVER_VERSION,
},
util::response_json,
},
};