This commit is contained in:
Shreyaschorge
2025-07-15 01:00:59 +05:30
parent 3815f45b44
commit 5fbd9c5c09
7 changed files with 183 additions and 105 deletions

View File

@@ -1,10 +1,10 @@
'use client';
import { useCallback, useState, useEffect } from 'react';
import { Button } from './Button';
import { useMiniApp } from '@neynar/react';
import { type ComposeCast } from '@farcaster/miniapp-sdk';
import { useMiniApp } from '@neynar/react';
import { APP_URL } from '~/lib/constants';
import { Button } from './Button';
interface EmbedConfig {
path?: string;