jacquardSnapshot

← snapshot

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

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

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