8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
export default async function Index() {
|
|
return (
|
|
<>
|
|
<h1>hello</h1>
|
|
</>
|
|
);
|
|
}
|