mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-09 16:26:07 +00:00
26b0224236
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
8 lines
288 B
Clojure
8 lines
288 B
Clojure
(ns status-im.js-dependencies)
|
|
|
|
(def Chance (js/require "chance"))
|
|
(def emojis (js/require "emojilib"))
|
|
(def homoglyph-finder (js/require "homoglyph-finder"))
|
|
(def identicon-js (js/require "identicon.js"))
|
|
(def Web3 (js/require "web3"))
|