// type Song = { // name: string, // url: string, // length: number, // // bc_exclusive: boolean // } // // const SONGS: = [ // [], // [], // [], // [], // [], // [], // [], // [], // [], // [], // [] // ] // // function Song() { // // } import { useState } from "preact/hooks" export function Music() { const [userApproves, setUserApproves] = useState(false); if (userApproves) { return } else { return
Click here to load player from https://bandcamp.com
} }