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

3 lines
67 B
TypeScript

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