web: remove stale comments

This commit is contained in:
Bill Thiede 2023-12-02 09:34:57 -08:00
parent ef8362d6f2
commit 12f0491455

View File

@ -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() {