Skip to content

Commit

Permalink
Update src/components/Asset/AssetActions/ConsumerParameters/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Hewitt <[email protected]>
  • Loading branch information
LucaMilanese90 and jamiehewitt15 committed Jun 28, 2023
1 parent f520907 commit 4d89579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { ReactElement, useCallback, useEffect, useState } from 'react'
import FormConsumerParameters from './FormConsumerParameters'
import styles from './index.module.css'
import Tabs, { TabsItem } from '@components/@shared/atoms/Tabs'
import Tabs, { TabsItem } from '@shared/atoms/Tabs'
import { ConsumerParameter, UserCustomParameters } from '@oceanprotocol/lib'

export function parseConsumerParameterValues(
Expand Down

0 comments on commit 4d89579

Please sign in to comment.