mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 10:58:11 +01:00
12 lines
160 B
TypeScript
12 lines
160 B
TypeScript
"use client";
|
|
|
|
|
|
export default function Clash() {
|
|
return (
|
|
<div>
|
|
<h1>Clash Page</h1>
|
|
<p>This is the Clash page content.</p>
|
|
</div>
|
|
);
|
|
}
|