mirror of
https://github.com/vercel/commerce.git
synced 2025-06-16 04:11:22 +00:00
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
export default async function OndemandPage() {
|
|
return <h3>FUCK page</h3>;
|
|
}
|