// Puck's settings — the prototype's "Tweaks" reborn as product UI, // styled with the app's own theme tokens. import * as React from "react"; import { requestNotifyPermission } from "../lib/notify"; import { ACCENTS, type Settings } from "../lib/settings"; import { type Pos, useDrag } from "../lib/useDrag"; import { KOKORO_VOICES, listVoices, previewVoice, sayVoices, type VoiceEngine } from "../lib/voice"; function Row({ label, children }: { label: string; children: React.ReactNode }) { return (