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

@@ -2,7 +2,7 @@
import React, { useState } from 'react';
import { ethers } from 'ethers';
import { getContract } from '@/lib/ethers'; // Adjust the path to your ethers helper
import { getContract } from '@/lib/ethers';
const GetEventPrice = () => {
const [eventId, setEventId] = useState<number | null>(null);