8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
export function HomePage() {
|
|
return (
|
|
<div>
|
|
<p>Hello Wagmi!</p>
|
|
</div>
|
|
);
|
|
}
|