Skip to content

Instantly share code, notes, and snippets.

@hipdev
Created December 1, 2023 17:47
Show Gist options
  • Save hipdev/407d81d8d291ff1acdb5d79a38944f22 to your computer and use it in GitHub Desktop.
Save hipdev/407d81d8d291ff1acdb5d79a38944f22 to your computer and use it in GitHub Desktop.
'use client'
import { useCreatorsStore } from 'components/admin/creators/creators-store'
export default function MoreInfoModal() {
const { creatorData } = useCreatorsStore()
return (
...component logic
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment