diff --git a/client/components/Dropdown.jsx b/client/components/Dropdown.jsx index f7429cfa..16a67475 100644 --- a/client/components/Dropdown.jsx +++ b/client/components/Dropdown.jsx @@ -3,6 +3,8 @@ import PropTypes from 'prop-types'; import { Link } from 'react-router'; import styled from 'styled-components'; import { remSize, prop, common } from '../theme'; +import IconButton from './mobile/IconButton'; +import Button from '../common/Button'; //