remove comments

This commit is contained in:
ayomaska18
2024-10-26 16:51:15 +01:00
parent 02dcd64df8
commit 9da92e5554
5 changed files with 7 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
'use client'; // Add this at the top to make this a Client Component
'use client';
import { useEffect, useState } from 'react';
import { getContract } from '@/lib/ethers';