remove unnecessary import

This commit is contained in:
Simon Gardling 2022-02-11 13:49:20 -05:00
parent 23a38b0c45
commit 586c7edc3a

View File

@ -1,7 +1,6 @@
use wasm_bindgen::prelude::*; use wasm_bindgen::prelude::*;
use web_sys::HtmlCanvasElement; use web_sys::HtmlCanvasElement;
mod func_plot; mod func_plot;
use meval::Expr;
#[global_allocator] #[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT; static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;