Fix web build break from a cfg() line creeping down

This commit is contained in:
Dustin Carlino 2020-11-23 18:01:42 -08:00
parent db736ceab5
commit 5e952f9012

View File

@ -18,9 +18,9 @@ mod colors;
mod heatmap;
mod minimap;
mod navigate;
#[cfg(not(target_arch = "wasm32"))]
mod turn_explorer;
mod ui;
#[cfg(not(target_arch = "wasm32"))]
mod updater;
// TODO This is A/B Street specific