onsitesurvey/src/app/page.tsx

8 lines
110 B
TypeScript

export default async function Home() {
return (
<>
<h1> </h1>
</>
)
}