mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 21:09:22 +00:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export default async function Home() {
|
|
return <div>Hello</div>
|
|
}
|