composables/useCreate.ts
Function useCreate
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function useCreate() {
const showExplainerText = ref(false)
const { replaceUrl } = useReplaceUrl()
const route = useRoute()
const components = [CreateComponent.Collection, CreateComponent.NFT]