diff --git a/app/components/DropdownMenu/DropdownMenuItem.js b/app/components/DropdownMenu/DropdownMenuItem.js index 1b43dcca..63c4958e 100644 --- a/app/components/DropdownMenu/DropdownMenuItem.js +++ b/app/components/DropdownMenu/DropdownMenuItem.js @@ -1,7 +1,6 @@ // @flow import * as React from 'react'; import styled from 'styled-components'; -import { lighten } from 'polished'; type Props = { onClick?: (SyntheticEvent<>) => void | Promise,