This commit is contained in:
Tom Moor
2019-10-12 23:08:14 -07:00
parent 01f672fac9
commit 84c1cfea14

View File

@ -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<void>,