A music player that connects to your cloud/distributed storage.
at main 10 lines 167 B view raw
1import type { ElmPorts } from "./elm/types" 2 3export { } 4 5declare global { 6 const BUILD_TIMESTAMP: string 7 8 const Elm: { UI: ElmMain<ElmPorts> } 9 const tocca: any 10}