mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
clean up
This commit is contained in:
parent
aaf3c2b8ae
commit
be44ee4f2b
@ -2,12 +2,7 @@ import React from 'react'
|
|||||||
import { ComponentStory, ComponentMeta } from '@storybook/react'
|
import { ComponentStory, ComponentMeta } from '@storybook/react'
|
||||||
import AssetList, { AssetListProps } from '@shared/AssetList'
|
import AssetList, { AssetListProps } from '@shared/AssetList'
|
||||||
import * as config from '../../../../app.config'
|
import * as config from '../../../../app.config'
|
||||||
import {
|
import { assets, mockWallet } from '../../../../.storybook/__mockdata__'
|
||||||
assets,
|
|
||||||
locale,
|
|
||||||
mockWallet,
|
|
||||||
prices
|
|
||||||
} from '../../../../.storybook/__mockdata__'
|
|
||||||
import UrqlClientProvider from '@context/UrqlProvider'
|
import UrqlClientProvider from '@context/UrqlProvider'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -9,7 +9,6 @@ import { useIsMounted } from '@hooks/useIsMounted'
|
|||||||
import { AssetExtended } from 'src/@types/AssetExtended'
|
import { AssetExtended } from 'src/@types/AssetExtended'
|
||||||
import { Asset } from '@oceanprotocol/lib'
|
import { Asset } from '@oceanprotocol/lib'
|
||||||
import { getAccessDetailsForAssets } from '@utils/accessDetailsAndPricing'
|
import { getAccessDetailsForAssets } from '@utils/accessDetailsAndPricing'
|
||||||
import { Prices } from '@context/Prices'
|
|
||||||
|
|
||||||
const cx = classNames.bind(styles)
|
const cx = classNames.bind(styles)
|
||||||
|
|
||||||
|
@ -3,11 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react'
|
|||||||
import AssetSelection, {
|
import AssetSelection, {
|
||||||
AssetSelectionProps
|
AssetSelectionProps
|
||||||
} from '@shared/FormFields/AssetSelection'
|
} from '@shared/FormFields/AssetSelection'
|
||||||
import {
|
import { assetSelectionAsset } from '../../../../../.storybook/__mockdata__'
|
||||||
assetSelectionAsset,
|
|
||||||
locale,
|
|
||||||
prices
|
|
||||||
} from '../../../../../.storybook/__mockdata__'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Component/@shared/FormFields/AssetSelection',
|
title: 'Component/@shared/FormFields/AssetSelection',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user