import { Service, Utils, Widget } from '../imports.js'; const { Box, CenterBox, Label } = Widget; const { Mpris } = Service; const { timeout } = Utils; import { BluetoothIndicator, NetworkIndicator } from "./statusicons.js"; export const ModuleMusicControls = () => Box({ })