mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
don't add wasmbindgen
This commit is contained in:
parent
e96fd1ce57
commit
8d27bb6236
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ mod element;
|
|||
mod expr;
|
||||
mod writer;
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
/// A modification to the original file to be applied by an IDE
|
||||
///
|
||||
/// Right now this re-writes entire rsx! blocks at a time, instead of precise line-by-line changes.
|
||||
|
|
Loading…
Reference in a new issue