Spaces:
Sleeping
Sleeping
File size: 100 Bytes
5411802 |
1 2 3 4 5 6 |
interface PageProps {}
export default async function Page({}: PageProps) {
return <div></div>;
}
|