mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-30 18:35:44 +00:00
8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
export default async function Page() {
|
|
return (
|
|
<>
|
|
<p>IDK what this will show...</p>
|
|
</>
|
|
);
|
|
}
|