🧹 remove needless imports
This commit is contained in:
parent
db5d853ff1
commit
c9a4d6eccc
1 changed files with 1 additions and 5 deletions
|
@ -2,20 +2,16 @@ import React from 'react';
|
|||
import styled from 'styled-components';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import { prop, remSize } from '../../theme';
|
||||
import { remSize } from '../../theme';
|
||||
import IconButton from './IconButton';
|
||||
import { CodeIcon } from '../../common/icons';
|
||||
import * as IDEActions from '../../modules/IDE/actions/ide';
|
||||
|
||||
const background = prop('MobilePanel.default.background');
|
||||
const textColor = prop('primaryTextColor');
|
||||
|
||||
const BottomBarContent = styled.h2`
|
||||
padding: ${remSize(8)};
|
||||
|
||||
svg {
|
||||
max-height: ${remSize(32)};
|
||||
/* padding: ${remSize(4)} */
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue