link-stack/apps/metamigo-frontend/app/voice/new/page.tsx

4 lines
65 B
TypeScript
Raw Normal View History

2024-03-16 19:39:20 +01:00
export default function Page() {
return <h1>Voice Home</h1>;
}