link-stack/apps/metamigo-frontend/app/whatsapp/[id]/page.tsx

4 lines
68 B
TypeScript
Raw Normal View History

2024-03-04 13:52:20 +01:00
export default function Page() {
return <h1>Whatsapp View</h1>;
}