Skip to content

Commit c9a4d6e

Browse files
committed
🧹 remove needless imports
1 parent db5d853 commit c9a4d6e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/components/mobile/ActionStrip.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@ import React from 'react';
22
import styled from 'styled-components';
33
import { bindActionCreators } from 'redux';
44
import { useDispatch } from 'react-redux';
5-
import { prop, remSize } from '../../theme';
5+
import { remSize } from '../../theme';
66
import IconButton from './IconButton';
77
import { CodeIcon } from '../../common/icons';
88
import * as IDEActions from '../../modules/IDE/actions/ide';
99

10-
const background = prop('MobilePanel.default.background');
11-
const textColor = prop('primaryTextColor');
12-
1310
const BottomBarContent = styled.h2`
1411
padding: ${remSize(8)};
1512
1613
svg {
1714
max-height: ${remSize(32)};
18-
/* padding: ${remSize(4)} */
1915
}
2016
`;
2117

0 commit comments

Comments
 (0)