chore: replace @0xproject with @0x in .tsx files

This commit is contained in:
Fabio Berger
2018-10-18 13:59:40 +01:00
parent 4bf50a0496
commit 8c6de7f69d
86 changed files with 132 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
import { Styles } from '@0xproject/react-shared';
import { Styles } from '@0x/react-shared';
import * as React from 'react';
const styles: Styles = {

View File

@@ -1,8 +1,8 @@
import { logUtils } from '@0xproject/utils';
import { logUtils } from '@0x/utils';
import * as _ from 'lodash';
import * as React from 'react';
import { CustomType } from '@0xproject/types';
import { CustomType } from '@0x/types';
const STRING_ENUM_CODE_PREFIX = ' strEnum(';

View File

@@ -8,7 +8,7 @@ import {
Networks,
SectionHeader,
utils as sharedUtils,
} from '@0xproject/react-shared';
} from '@0x/react-shared';
import {
DocAgnosticFormat,
Event,
@@ -18,7 +18,7 @@ import {
TypeDefinitionByName,
TypescriptFunction,
TypescriptMethod,
} from '@0xproject/types';
} from '@0x/types';
import * as _ from 'lodash';
import * as React from 'react';
import * as semver from 'semver';

View File

@@ -1,5 +1,5 @@
import { AnchorTitle, colors, HeaderSizes } from '@0xproject/react-shared';
import { Event, EventArg } from '@0xproject/types';
import { AnchorTitle, colors, HeaderSizes } from '@0x/react-shared';
import { Event, EventArg } from '@0x/types';
import * as _ from 'lodash';
import * as React from 'react';

View File

@@ -1,7 +1,7 @@
import * as _ from 'lodash';
import * as React from 'react';
import { CustomType, TypeDefinitionByName } from '@0xproject/types';
import { CustomType, TypeDefinitionByName } from '@0x/types';
import { DocsInfo } from '../docs_info';

View File

@@ -1,5 +1,5 @@
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
import { Property, TypeDefinitionByName } from '@0xproject/types';
import { AnchorTitle, HeaderSizes } from '@0x/react-shared';
import { Property, TypeDefinitionByName } from '@0x/types';
import * as React from 'react';
import { DocsInfo } from '../docs_info';

View File

@@ -1,7 +1,7 @@
import * as _ from 'lodash';
import * as React from 'react';
import { Parameter, Type as TypeDef, TypeDefinitionByName, TypeParameter } from '@0xproject/types';
import { Parameter, Type as TypeDef, TypeDefinitionByName, TypeParameter } from '@0x/types';
import { DocsInfo } from '../docs_info';