Bug fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ZeroEx } from '0x.js';
|
||||
import { styles } from '@0xproject/react-shared';
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import { BigNumber } from '@0xproject/utils';
|
||||
import DharmaLoanFrame from 'dharma-loan-frame';
|
||||
import * as _ from 'lodash';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { styles } from '@0xproject/react-shared';
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import Drawer from 'material-ui/Drawer';
|
||||
import Menu from 'material-ui/Menu';
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { Styles } from 'ts/types';
|
||||
|
||||
const styles: Styles = {
|
||||
badge: {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as React from 'react';
|
||||
import { InputLabel } from 'ts/components/ui/input_label';
|
||||
import { Styles } from 'ts/types';
|
||||
|
||||
const styles: Styles = {
|
||||
hr: {
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import * as DocumentTitle from 'react-document-title';
|
||||
@@ -5,7 +6,7 @@ import { Footer } from 'ts/components/footer';
|
||||
import { TopBar } from 'ts/components/top_bar/top_bar';
|
||||
import { Profile } from 'ts/pages/about/profile';
|
||||
import { Dispatcher } from 'ts/redux/dispatcher';
|
||||
import { ProfileInfo, Styles } from 'ts/types';
|
||||
import { ProfileInfo } from 'ts/types';
|
||||
import { colors } from 'ts/utils/colors';
|
||||
import { constants } from 'ts/utils/constants';
|
||||
import { Translate } from 'ts/utils/translate';
|
||||
|
@@ -1,6 +1,7 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { ProfileInfo, Styles } from 'ts/types';
|
||||
import { ProfileInfo } from 'ts/types';
|
||||
import { colors } from 'ts/utils/colors';
|
||||
|
||||
const IMAGE_DIMENSION = 149;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { styles } from '@0xproject/react-shared';
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import CircularProgress from 'material-ui/CircularProgress';
|
||||
import * as React from 'react';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { DocsInfo } from 'ts/pages/documentation/docs_info';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { AnchorTitle, HeaderSizes, Styles } from '@0xproject/react-shared/anchor_title';
|
||||
import { AnchorTitle, HeaderSizes, Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { Comment } from 'ts/pages/documentation/comment';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { Comment } from 'ts/pages/documentation/comment';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { styles } from '@0xproject/react-shared';
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import * as DocumentTitle from 'react-document-title';
|
||||
|
@@ -1,9 +1,9 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import { Footer } from 'ts/components/footer';
|
||||
import { TopBar } from 'ts/components/top_bar/top_bar';
|
||||
import { Dispatcher } from 'ts/redux/dispatcher';
|
||||
import { Styles } from 'ts/types';
|
||||
import { Translate } from 'ts/utils/translate';
|
||||
|
||||
export interface NotFoundProps {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import RaisedButton from 'material-ui/RaisedButton';
|
||||
import * as React from 'react';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
|
||||
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
|
||||
import * as React from 'react';
|
||||
import { Element as ScrollElement } from 'react-scroll';
|
||||
import { colors } from 'ts/utils/colors';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { HeaderSizes, styles } from '@0xproject/react-shared';
|
||||
import { HeaderSizes, Styles } from '@0xproject/react-shared';
|
||||
import * as _ from 'lodash';
|
||||
import CircularProgress from 'material-ui/CircularProgress';
|
||||
import RaisedButton from 'material-ui/RaisedButton';
|
||||
|
Reference in New Issue
Block a user