Cleanup ecosystem

This commit is contained in:
Ezekiel Aquino
2018-12-14 18:54:31 +01:00
parent 2b4c557a3f
commit 51777ed61d

View File

@@ -5,12 +5,10 @@ import styled from 'styled-components';
import { colors } from 'ts/style/colors';
import {Button} from 'ts/@next/components/button';
import { Icon } from 'ts/@next/components/icon';
import { Column, Section, WrapGrid } from 'ts/@next/components/newLayout';
import { SiteWrap } from 'ts/@next/components/siteWrap';
import { Heading, Paragraph } from 'ts/@next/components/text';
import { Icon } from 'ts/@next/components/icon';
import RightThingIcon from 'ts/@next/icons/illustrations/right-thing.svg';
interface BenefitProps {
title: string;