fix: adapt redistribution feature for v0.35.1
- Use @mui/material import in redistribution page - Configure pnpm workspace build script approvals
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { RedistributionState, BZZ, DAI } from '@ethersphere/bee-js'
|
||||
import { BZZ, DAI, RedistributionState } from '@ethersphere/bee-js'
|
||||
import { useContext, useEffect, useState } from 'react'
|
||||
|
||||
import { Context } from '../providers/Settings'
|
||||
|
||||
import ExpandableListItem from './ExpandableListItem'
|
||||
|
||||
export function Redistribution() {
|
||||
|
||||
@@ -4,10 +4,10 @@ import { ReactElement, useContext, useState } from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
import FilesIcon from 'remixicon-react/ArrowUpDownLineIcon'
|
||||
import DocsIcon from 'remixicon-react/BookOpenLineIcon'
|
||||
import ExchangeDollarLineIcon from 'remixicon-react/ExchangeDollarLineIcon'
|
||||
import ExternalLinkIcon from 'remixicon-react/ExternalLinkLineIcon'
|
||||
import FileManagerIcon from 'remixicon-react/FolderOpenLineIcon'
|
||||
import GithubIcon from 'remixicon-react/GithubFillIcon'
|
||||
import ExchangeDollarLineIcon from 'remixicon-react/ExchangeDollarLineIcon'
|
||||
import HomeIcon from 'remixicon-react/Home3LineIcon'
|
||||
import MenuFoldIcon from 'remixicon-react/MenuFoldLineIcon'
|
||||
import MenuUnfoldIcon from 'remixicon-react/MenuUnfoldLineIcon'
|
||||
|
||||
Reference in New Issue
Block a user