Rename poll react components

This commit is contained in:
Franck 2021-12-07 12:29:35 +11:00
parent 401b86347f
commit e35f4e69df
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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'