chore: fix imports
This commit is contained in:
@@ -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';
|
||||
|
||||
|
@@ -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';
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -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';
|
||||
|
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user