link-stack/apps/bridge-frontend/app/(main)/voice/[id]/edit/page.tsx
2024-04-23 13:36:51 +02:00

3 lines
65 B
TypeScript

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