jacquardSnapshot

← snapshot

183 bytes
import { VoiceLab } from "@/components/lab/voice-lab";

export const metadata = { title: "Voice lab · lovelace" };

export default function VoiceLabPage() {
  return <VoiceLab />;
}