mirror of
https://github.com/status-im/status-react.git
synced 2025-03-01 19:10:52 +00:00
11 lines
612 B
Clojure
11 lines
612 B
Clojure
(ns status-im.core-spec
|
|
(:require
|
|
[status-im.common.floating-button-page.component-spec]
|
|
[status-im.contexts.chat.messenger.messages.content.audio.component-spec]
|
|
[status-im.contexts.communities.actions.community-options.component-spec]
|
|
[status-im.contexts.shell.share.wallet.component-spec]
|
|
[status-im.contexts.wallet.add-address-to-watch.component-spec]
|
|
[status-im.contexts.wallet.add-address-to-watch.confirm-address.component-spec]
|
|
[status-im.contexts.wallet.create-account.edit-derivation-path.component-spec]
|
|
[status-im.contexts.wallet.send.input-amount.component-spec]))
|