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 AssetList, { AssetListProps } from '@shared/AssetList'
|
||||
import * as config from '../../../../app.config'
|
||||
import {
|
||||
assets,
|
||||
locale,
|
||||
mockWallet,
|
||||
prices
|
||||
} from '../../../../.storybook/__mockdata__'
|
||||
import { assets, mockWallet } from '../../../../.storybook/__mockdata__'
|
||||
import UrqlClientProvider from '@context/UrqlProvider'
|
||||
|
||||
export default {
|
||||
|
@ -9,7 +9,6 @@ import { useIsMounted } from '@hooks/useIsMounted'
|
||||
import { AssetExtended } from 'src/@types/AssetExtended'
|
||||
import { Asset } from '@oceanprotocol/lib'
|
||||
import { getAccessDetailsForAssets } from '@utils/accessDetailsAndPricing'
|
||||
import { Prices } from '@context/Prices'
|
||||
|
||||
const cx = classNames.bind(styles)
|
||||
|
||||
|
@ -3,11 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react'
|
||||
import AssetSelection, {
|
||||
AssetSelectionProps
|
||||
} from '@shared/FormFields/AssetSelection'
|
||||
import {
|
||||
assetSelectionAsset,
|
||||
locale,
|
||||
prices
|
||||
} from '../../../../../.storybook/__mockdata__'
|
||||
import { assetSelectionAsset } from '../../../../../.storybook/__mockdata__'
|
||||
|
||||
export default {
|
||||
title: 'Component/@shared/FormFields/AssetSelection',
|
||||
|
Loading…
x
Reference in New Issue
Block a user