link-stack/apps/metamigo-frontend/app/voice/new/page.tsx
Darren Clarke fe6c9419dd WIP 2
2024-03-16 19:39:20 +01:00

3 lines
65 B
TypeScript

export default function Page() {
return <h1>Voice Home</h1>;
}