mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
remove comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user