diff --git a/src/components/modals/Addons.jsx b/src/components/modals/Addons.jsx index 68570721..367ac219 100644 --- a/src/components/modals/Addons.jsx +++ b/src/components/modals/Addons.jsx @@ -3,8 +3,6 @@ import LocalMallIcon from '@material-ui/icons/LocalMall'; import { toast } from 'react-toastify'; import Item from './marketplace/Item'; import MarketplaceFunctions from '../../modules/marketplaceFunctions'; -import StoreIcon from '@material-ui/icons/Store'; -import SettingsIcon from '@material-ui/icons/Settings'; export default class Addons extends React.PureComponent { constructor(...args) { @@ -70,9 +68,9 @@ export default class Addons extends React.PureComponent { ×

{this.props.modalLanguage.title}

- + - +
{ /* @@ -116,4 +114,4 @@ export default class Addons extends React.PureComponent { this.uninstall()}>{this.props.language.product.buttons.remove}} data={this.state.item_data} function={()=> this.toggle()} language={this.props.language.product} />
; } -} \ No newline at end of file +}