stargaze-studio/components/collections/creation/index.ts
Arda Nakışçı 4ba58eca6d
Refactoring collection creation logic (#20)
* Split collection info component

* Fix texts

* Refactor components

* Create upload details component

* Add on change method to collection details

* Add on change method to minting details

* Add on change method to whitelist details

* Add on change method to royalty details

* Update create page name

* Refactor code for collection creation logic
2022-08-04 12:16:42 +03:00

6 lines
258 B
TypeScript

export { CollectionDetails } from './CollectionDetails'
export { MintingDetails } from './MintingDetails'
export { RoyaltyDetails } from './RoyaltyDetails'
export { UploadDetails } from './UploadDetails'
export { WhitelistDetails } from './WhitelistDetails'