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",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@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/react-components": "^0.1.0",
|
||||
"@usedapp/core": "^0.4.7",
|
||||
|
|
|
@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'
|
|||
import { useConfig, useEthers } from '@usedapp/core'
|
||||
|
||||
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 { useWakuPolling } from '@status-waku-voting/polling-hooks'
|
||||
import { Modal, Networks, CreateButton } from '@status-waku-voting/react-components'
|
||||
|
|
Loading…
Reference in New Issue