Rename vote react components
This commit is contained in:
parent
f6adbecf57
commit
59b56a0650
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@status-waku-voting/voting-components",
|
||||
"name": "@dappconnect/vote-sdk-react-components",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"module": "dist/esm/src/index.js",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@dappconnect/vote-poll-sdk-core": "^0.1.0",
|
||||
"@status-waku-voting/voting-components": "^0.1.0",
|
||||
"@dappconnect/vote-sdk-react-components": "^0.1.0",
|
||||
"@status-waku-voting/voting-hooks": "^0.1.0",
|
||||
"@dappconnect/vote-poll-sdk-react-components": "^0.1.0",
|
||||
"@usedapp/core": "^0.4.7",
|
||||
|
|
|
@ -5,7 +5,7 @@ import {
|
|||
VotingRoomList,
|
||||
VotingRoomListEmpty,
|
||||
NewVotingRoomModal,
|
||||
} from '@status-waku-voting/voting-components'
|
||||
} from '@dappconnect/vote-sdk-react-components'
|
||||
import { blueTheme } from '@dappconnect/vote-poll-sdk-react-components/dist/esm/src/style/themes'
|
||||
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
||||
import { useTokenBalance } from '@dappconnect/vote-poll-sdk-react-components'
|
||||
|
|
|
@ -2,7 +2,7 @@ import React from 'react'
|
|||
import { Redirect, Route, Switch, useHistory } from 'react-router'
|
||||
import { BrowserRouter } from 'react-router-dom'
|
||||
import styled from 'styled-components'
|
||||
import { VotingRoomMobile, NewVotingRoomMobile } from '@status-waku-voting/voting-components'
|
||||
import { VotingRoomMobile, NewVotingRoomMobile } from '@dappconnect/vote-sdk-react-components'
|
||||
import { Voting } from './Voting'
|
||||
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
||||
import { useTokenBalance } from '@dappconnect/vote-poll-sdk-react-components'
|
||||
|
|
Loading…
Reference in New Issue