Skip to content

Commit

Permalink
Merge pull request #11339 from Jarsen136/issue-3299-1
Browse files Browse the repository at this point in the history
refactor: remove `@/components/bsx`
  • Loading branch information
vikiival authored Jan 8, 2025
2 parents b589f34 + 2b63e09 commit 306d2ce
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 123 deletions.
7 changes: 0 additions & 7 deletions components/bsx/Create/utils.ts

This file was deleted.

48 changes: 0 additions & 48 deletions components/bsx/Offer/types.ts

This file was deleted.

25 changes: 0 additions & 25 deletions components/bsx/format/TokenMoney.vue

This file was deleted.

41 changes: 0 additions & 41 deletions components/bsx/input/TokenBalanceInput.vue

This file was deleted.

2 changes: 1 addition & 1 deletion components/create/CreateCollection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ import type {
CollectionToMintStatmine,
} from '@/composables/transaction/types'
import RoyaltyForm from '@/components/bsx/Create/RoyaltyForm.vue'
import RoyaltyForm from '@/components/create/RoyaltyForm.vue'
import type { AutoTeleportActionButtonConfirmEvent } from '@/components/common/autoTeleport/AutoTeleportActionButton.vue'
import MintConfirmModal from '@/components/create/Confirm/MintConfirmModal.vue'
import type { AutoTeleportAction } from '@/composables/autoTeleport/types'
Expand Down
2 changes: 1 addition & 1 deletion components/create/CreateNft.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ import type { ActionMintToken, ActionList, TokenToList } from '@/composables/tra
import ChooseCollectionDropdown from '@/components/common/ChooseCollectionDropdown.vue'
import BasicSwitch from '@/components/shared/form/BasicSwitch.vue'
import CustomAttributeInput from '@/components/create/CustomAttributeInput.vue'
import RoyaltyForm from '@/components/bsx/Create/RoyaltyForm.vue'
import RoyaltyForm from '@/components/create/RoyaltyForm.vue'
import MintConfirmModal from '@/components/create/Confirm/MintConfirmModal.vue'
import resolveQueryPath from '@/utils/queryPathResolver'
import { availablePrefixes } from '@/utils/chain'
Expand Down
File renamed without changes.

0 comments on commit 306d2ce

Please sign in to comment.