{
const shape = cm.shape;
const html = EchoX.html;
const urls = [
await FileAttachment("blobtower.mp3").url(),
await FileAttachment("brazen_mo.mp3").url(),
await FileAttachment("breezy_point_rd.mp3").url(),
await FileAttachment("lower_long_lake.mp3").url()
];
return html.div([html.input({ type: "range" })]);
}