chore: replace @0xproject with @0x in .tsx files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Styles } from '@0xproject/react-shared';
|
||||
import { Styles } from '@0x/react-shared';
|
||||
import * as React from 'react';
|
||||
|
||||
const styles: Styles = {
|
||||
|
@@ -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(';
|
||||
|
||||
|
@@ -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';
|
||||
|
@@ -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';
|
||||
|
||||
|
@@ -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';
|
||||
|
||||
|
@@ -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';
|
||||
|
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user