tidy: remove unused button stuff

This commit is contained in:
Sean Hagstrom 2024-03-28 16:35:56 +00:00 committed by Icaro Motta
parent 5346dfec0f
commit c3a62f080b
No known key found for this signature in database
GPG Key ID: 009557D9D014DF07

View File

@ -16,16 +16,6 @@
(def contact-request-message-store
(reagent.ratom/atom {}))
(def button-count-store
(reagent.ratom/atom {}))
(re-frame/reg-sub
:button-count
(fn []
[button-count-store])
(fn [[store] [_ id]]
(get store id 0)))
(re-frame/reg-sub
:contact-request-message
(fn []