mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
added subpages for helloworld and clash, added game contract to config.json for usage in frontend
This commit is contained in:
11
crypto_clash_frontend/app/clash/page.tsx
Normal file
11
crypto_clash_frontend/app/clash/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client";
|
||||
|
||||
|
||||
export default function Clash() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Clash Page</h1>
|
||||
<p>This is the Clash page content.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user