mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-01-24 09:38:59 +00:00
Rename poll react components
This commit is contained in:
parent
401b86347f
commit
e35f4e69df
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@status-waku-voting/polling-components",
|
"name": "@dappconnect/poll-sdk-react-components",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "dist/cjs/src/index.js",
|
"main": "dist/cjs/src/index.js",
|
||||||
"module": "dist/esm/src/index.js",
|
"module": "dist/esm/src/index.js",
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dappconnect/vote-poll-sdk-core": "^0.1.0",
|
"@dappconnect/vote-poll-sdk-core": "^0.1.0",
|
||||||
"@status-waku-voting/polling-components": "^0.1.0",
|
"@dappconnect/poll-sdk-react-components": "^0.1.0",
|
||||||
"@status-waku-voting/polling-hooks": "^0.1.0",
|
"@status-waku-voting/polling-hooks": "^0.1.0",
|
||||||
"@status-waku-voting/react-components": "^0.1.0",
|
"@status-waku-voting/react-components": "^0.1.0",
|
||||||
"@usedapp/core": "^0.4.7",
|
"@usedapp/core": "^0.4.7",
|
||||||
|
@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'
|
|||||||
import { useConfig, useEthers } from '@usedapp/core'
|
import { useConfig, useEthers } from '@usedapp/core'
|
||||||
|
|
||||||
import styled from 'styled-components'
|
import styled from 'styled-components'
|
||||||
import { PollList, PollCreation } from '@status-waku-voting/polling-components'
|
import { PollList, PollCreation } from '@dappconnect/poll-sdk-react-components'
|
||||||
import { JsonRpcSigner } from '@ethersproject/providers'
|
import { JsonRpcSigner } from '@ethersproject/providers'
|
||||||
import { useWakuPolling } from '@status-waku-voting/polling-hooks'
|
import { useWakuPolling } from '@status-waku-voting/polling-hooks'
|
||||||
import { Modal, Networks, CreateButton } from '@status-waku-voting/react-components'
|
import { Modal, Networks, CreateButton } from '@status-waku-voting/react-components'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user