removes unneeded style component

This commit is contained in:
zmagod 2017-10-10 14:51:46 +02:00
parent a35ba0239a
commit f00c36998d

View file

@ -62,10 +62,6 @@ const StyledH3 = styled.h3`
}
`;
const StyledOl = styled.ol`
padding: 15px;
`;
class SettingsTeam extends Component {
constructor(props) {
super(props);