link-stack/apps/bridge-frontend/app/voice/[id]/page.tsx
2024-04-21 09:44:30 +02:00

3 lines
67 B
TypeScript

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