Beginning of frontend + recipe editing
(it's a mess)
This commit is contained in:
parent
642dd8a80c
commit
cbe276fc06
16 changed files with 203 additions and 63 deletions
6
frontend/src/handles.rs
Normal file
6
frontend/src/handles.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
use web_sys::Document;
|
||||
|
||||
pub fn edit_recipe(doc: &Document) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue