link-stack/apps/metamigo-frontend/app/voice/[id]/edit/page.tsx
2024-03-04 13:52:20 +01:00

3 lines
65 B
TypeScript

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