Fix anchor component imports
This commit is contained in:
parent
20926b8781
commit
2c04539894
@ -1,6 +1,6 @@
|
||||
import clsx from 'clsx'
|
||||
import { Alert } from 'components/Alert'
|
||||
import Anchor from 'components/Anchor'
|
||||
import { Anchor } from 'components/Anchor'
|
||||
import { AssetsPreview } from 'components/AssetsPreview'
|
||||
import { Conditional } from 'components/Conditional'
|
||||
import { TextInput } from 'components/forms/FormInput'
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
|
||||
import { coin } from '@cosmjs/proto-signing'
|
||||
import Anchor from 'components/Anchor'
|
||||
import { Anchor } from 'components/Anchor'
|
||||
import Button from 'components/Button'
|
||||
import {
|
||||
CollectionDetails,
|
||||
|
Loading…
Reference in New Issue
Block a user