10 lines
75 B
TypeScript
10 lines
75 B
TypeScript
|
|
|
|
export default async function Page() {
|
|
return (
|
|
<>
|
|
|
|
</>
|
|
);
|
|
}
|