fix(website): Fix bad merge

This commit is contained in:
Steve Klebanoff 2018-12-24 13:08:35 -08:00
parent 92150b78fc
commit cfb200e793

View File

@ -9,7 +9,6 @@ type StringOrNum = string | number;
export type ContainerTag = 'div' | 'span';
export interface ContainerProps {
children?: React.ReactNode;
margin?: string;
marginTop?: StringOrNum;
marginBottom?: StringOrNum;