mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
8 lines
81 B
TypeScript
8 lines
81 B
TypeScript
|
|
export default function Home() {
|
||
|
|
return (
|
||
|
|
<div>
|
||
|
|
Hello 🐼!
|
||
|
|
</div>
|
||
|
|
);
|
||
|
|
}
|