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

3 lines
65 B
TypeScript

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