cleanup imports

This commit is contained in:
Simon Gardling 2022-02-14 10:59:59 -05:00
parent dd6d30ef37
commit be2c090346

View File

@ -3,8 +3,6 @@ use plotters::prelude::*;
use plotters_canvas::CanvasBackend;
use wasm_bindgen::prelude::*;
use web_sys::HtmlCanvasElement;
extern crate console_error_panic_hook;
use console_error_panic_hook::hook;
use std::panic;
#[global_allocator]