feat: make project build by adding back old footer component

This commit is contained in:
fragosti
2018-12-20 16:19:52 -08:00
parent a67b34700e
commit ba7c8d9244
10 changed files with 240 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import { Column, FlexWrap } from 'ts/components/newLayout';
import { Heading } from 'ts/components/text';
import { WebsitePaths } from 'ts/types';
import { ZeroExInstantBaseConfig } from '../../../../../instant/src/types';
import { ZeroExInstantBaseConfig } from '../../../../instant/src/types';
export interface ConfiguratorState {
instantConfig: ZeroExInstantBaseConfig;