client: Create stopwatch frontend
Create the frontend for the stopwatch which does not yet communicate with the server.
This commit is contained in:
parent
0d0f26d6c0
commit
b12b8765a9
3 changed files with 99 additions and 8 deletions
|
@ -14,3 +14,5 @@ yew = "0.19"
|
|||
console_error_panic_hook = "0.1"
|
||||
log = "0.4"
|
||||
wasm-logger = "0.2"
|
||||
gloo-timers = "0.2"
|
||||
instant = { version = "0.1", features = [ "wasm-bindgen" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue