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