This commit is contained in:
Sewmina 2024-09-12 11:40:38 +05:30
parent 03b68a0a13
commit 541393d96a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import React from 'react';
export const gameDataABI = [ export const gameDataABI = [
{ {
"inputs": [ "inputs": [
@ -726,3 +728,7 @@ export const gameDataABI = [
"type": "function" "type": "function"
} }
]; ];
export default function Data() {
return null;
}