Augie Fackler e30555aabe cleanup: remove redundant clone
```
warning: call to `.clone()` on a reference in this situation does nothing
   --> web/src/app_state.rs:441:86
    |
441 | ..., &local_store, original.clone()).await
    |                            ^^^^^^^^ help: remove this redundant call
    |
    = note: the type `sycamore::reactive::Signal<AppState>` does not implement `Clone`, so calling `clone` on `&sycamore::reactive::Signal<AppState>` copies the reference, which does not do anything and can be removed
```
2023-11-25 11:17:25 -05:00
..
2023-11-25 11:17:25 -05:00
2023-03-29 19:44:05 -04:00
2022-12-22 16:16:39 -05:00
2023-08-19 13:29:11 -04:00
2023-02-27 20:02:36 -05:00
2022-09-08 20:17:46 -04:00