Initial commit
This commit is contained in:
9
app/pages/home/HomePage.tsx
Normal file
9
app/pages/home/HomePage.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
export function HomePage() {
|
||||
return (
|
||||
<div>
|
||||
<p>Hello Wagmi!</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user