packages/widget/examples/landing-page/src/app/page.tsx
Function Home
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function Home() {
const [config, setConfig] = useState<ConsumerExampleConfig>(initialConfig)
const [container, setContainer] = useState(false)
const { web3Provider } = useEthereumWallet()