Skip to content

Commit

Permalink
Removed create NFT collection action.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 12, 2023
1 parent cab1cff commit 85b4f79
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 170 deletions.
22 changes: 0 additions & 22 deletions packages/stateful/actions/core/nfts/CreateNftCollection/README.md

This file was deleted.

146 changes: 0 additions & 146 deletions packages/stateful/actions/core/nfts/CreateNftCollection/index.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/stateful/actions/core/nfts/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ActionCategoryKey, ActionCategoryMaker } from '@dao-dao/types'

import { makeBurnNftAction } from './BurnNft'
import { makeCreateNftCollectionAction } from './CreateNftCollection'
import { makeManageCw721Action } from './ManageCw721'
import { makeMintNftAction } from './MintNft'
import { makeTransferNftAction } from './TransferNft'
Expand All @@ -16,7 +15,6 @@ export const makeManageNftsActionCategory: ActionCategoryMaker = ({
context: context.type,
}),
actionMakers: [
makeCreateNftCollectionAction,
makeMintNftAction,
makeTransferNftAction,
makeBurnNftAction,
Expand Down

0 comments on commit 85b4f79

Please sign in to comment.