Remove react-shared package and fold it into website

This commit is contained in:
fabioberger
2019-07-25 11:18:42 +02:00
parent cc7dec7a99
commit ec7f9d8a63
122 changed files with 322 additions and 1458 deletions

View File

@@ -1,6 +1,6 @@
import { Link as SmartLink } from '@0x/react-shared';
import * as React from 'react';
import styled from 'styled-components';
import { Link as SmartLink } from 'ts/components/documentation/shared/link';
interface LinkInterface {
color?: string;