diff --git a/web/src/lib.rs b/web/src/lib.rs index e9c92f0..ff5ed38 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -12,14 +12,6 @@ mod graphql; mod state; mod view; -// ------ ------ -// View -// ------ ------ - -// ------ ------ -// Start -// ------ ------ - // (This function is invoked by `init` function in `index.html`.) #[wasm_bindgen(start)] pub fn start() {