mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-02-17 07:37:33 +00:00
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",
|
"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",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dappconnect/vote-poll-sdk-core": "^0.1.0",
|
"@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",
|
"@status-waku-voting/voting-hooks": "^0.1.0",
|
||||||
"@dappconnect/vote-poll-sdk-react-components": "^0.1.0",
|
"@dappconnect/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
"@usedapp/core": "^0.4.7",
|
"@usedapp/core": "^0.4.7",
|
||||||
|
@ -5,7 +5,7 @@ import {
|
|||||||
VotingRoomList,
|
VotingRoomList,
|
||||||
VotingRoomListEmpty,
|
VotingRoomListEmpty,
|
||||||
NewVotingRoomModal,
|
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 { blueTheme } from '@dappconnect/vote-poll-sdk-react-components/dist/esm/src/style/themes'
|
||||||
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
||||||
import { useTokenBalance } from '@dappconnect/vote-poll-sdk-react-components'
|
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 { Redirect, Route, Switch, useHistory } from 'react-router'
|
||||||
import { BrowserRouter } from 'react-router-dom'
|
import { BrowserRouter } from 'react-router-dom'
|
||||||
import styled from 'styled-components'
|
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 { Voting } from './Voting'
|
||||||
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
import { WakuVoting } from '@dappconnect/vote-poll-sdk-core'
|
||||||
import { useTokenBalance } from '@dappconnect/vote-poll-sdk-react-components'
|
import { useTokenBalance } from '@dappconnect/vote-poll-sdk-react-components'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user