fixed style issue on hover for graph

This commit is contained in:
Parker TenBroeck 2026-01-10 11:48:21 -05:00
parent 0a7e2200dc
commit 62733fc74a
3 changed files with 25 additions and 15 deletions

View file

@ -5,14 +5,6 @@ use automata::loader::{self, Context, Span, Spanned, lexer::Lexer};
use serde::Serialize;
use wasm_bindgen::prelude::wasm_bindgen;
#[wasm_bindgen]
pub fn test() {
panic!()
}
#[wasm_bindgen(start)]
pub fn main() {}
#[wasm_bindgen]
pub fn init() {
console_error_panic_hook::set_once();