mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add initial version of viewer.
This commit is contained in:
parent
b3e6566bd8
commit
1a3a48e4de
24 changed files with 1109 additions and 92 deletions
|
@ -11,7 +11,9 @@
|
|||
"A collection of general purpose react hooks."
|
||||
(:require
|
||||
[beicon.core :as rx]
|
||||
[rumext.alpha :as mf]))
|
||||
[goog.events :as events]
|
||||
[rumext.alpha :as mf])
|
||||
(:import goog.events.EventType))
|
||||
|
||||
(defn use-rxsub
|
||||
[ob]
|
||||
|
@ -22,4 +24,3 @@
|
|||
#(rx/cancel! sub)))
|
||||
#js [ob])
|
||||
state))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue