mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 00:35:43 +00:00
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
|
(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"))
|