From 541393d96ab6c1d6e69f4999ea1726293169c085 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Thu, 12 Sep 2024 11:40:38 +0530 Subject: [PATCH] tweaks --- pages/data.tsx | 8 +++++++- pages/wallet_switcher.tsx | 0 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 pages/wallet_switcher.tsx diff --git a/pages/data.tsx b/pages/data.tsx index b57c8bc..f0c8cd9 100644 --- a/pages/data.tsx +++ b/pages/data.tsx @@ -1,3 +1,5 @@ +import React from 'react'; + export const gameDataABI = [ { "inputs": [ @@ -725,4 +727,8 @@ export const gameDataABI = [ "stateMutability": "pure", "type": "function" } -]; \ No newline at end of file +]; + +export default function Data() { + return null; + } \ No newline at end of file diff --git a/pages/wallet_switcher.tsx b/pages/wallet_switcher.tsx deleted file mode 100644 index e69de29..0000000