Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 5 lines 154 B view raw
1import { createToggleStore } from "@/store/createToggleStore"; 2 3const { useStore: useProModalStore } = createToggleStore(); 4 5export { useProModalStore };