chore: fix imports

This commit is contained in:
Fabio Berger
2018-10-18 14:06:12 +01:00
parent 1c68bdabaa
commit 0affc7682f
22 changed files with 39 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
import { colors, MarkdownCodeBlock } from '@0xproject/react-shared';
import { colors, MarkdownCodeBlock } from '@0x/react-shared';
import * as React from 'react';
import * as ReactMarkdown from 'react-markdown';

View File

@@ -1,11 +1,11 @@
import { AnchorTitle, colors, HeaderSizes, Styles } from '@0xproject/react-shared';
import { AnchorTitle, colors, HeaderSizes, Styles } from '@0x/react-shared';
import {
Parameter,
SolidityMethod,
TypeDefinitionByName,
TypescriptFunction,
TypescriptMethod,
} from '@0xproject/types';
} from '@0x/types';
import * as _ from 'lodash';
import * as React from 'react';

View File

@@ -1,5 +1,5 @@
import { colors, Link } from '@0xproject/react-shared';
import { Source } from '@0xproject/types';
import { colors, Link } from '@0x/react-shared';
import { Source } from '@0x/types';
import * as React from 'react';
export interface SourceLinkProps {

View File

@@ -1,6 +1,6 @@
import { colors, constants as sharedConstants, Link, utils as sharedUtils } from '@0xproject/react-shared';
import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0xproject/types';
import { errorUtils } from '@0xproject/utils';
import { colors, constants as sharedConstants, Link, utils as sharedUtils } from '@0x/react-shared';
import { Type as TypeDef, TypeDefinitionByName, TypeDocTypes } from '@0x/types';
import { errorUtils } from '@0x/utils';
import * as _ from 'lodash';
import * as React from 'react';
import { Link as ScrollLink } from 'react-scroll';

View File

@@ -1,6 +1,6 @@
import { AnchorTitle, colors, HeaderSizes } from '@0xproject/react-shared';
import { CustomType, CustomTypeChild, TypeDefinitionByName, TypeDocTypes } from '@0xproject/types';
import { errorUtils } from '@0xproject/utils';
import { AnchorTitle, colors, HeaderSizes } from '@0x/react-shared';
import { CustomType, CustomTypeChild, TypeDefinitionByName, TypeDocTypes } from '@0x/types';
import { errorUtils } from '@0x/utils';
import * as _ from 'lodash';
import * as React from 'react';