Removed react-css-modules
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import Button from '../UI/Button/Button';
|
||||
import Box from '../UI/Box/Box';
|
||||
import React from 'react';
|
||||
import CSSModules from 'react-css-modules';
|
||||
import styles from './UpgradeUI.css';
|
||||
import './UpgradeUI.css';
|
||||
|
||||
export default CSSModules((props) => {
|
||||
export default props => {
|
||||
return (
|
||||
<Box dxStyle={{width: '180px', height: 'auto', padding: '5px'}}>
|
||||
<div style={{width: '100%', height: 'auto'}}>
|
||||
@@ -25,4 +24,4 @@ export default CSSModules((props) => {
|
||||
</tbody>
|
||||
</table>
|
||||
</Box>);
|
||||
}, styles, {allowMultiple: true});
|
||||
};
|
||||
Reference in New Issue
Block a user