mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-13 03:56:24 +00:00
9 lines
280 B
JavaScript
9 lines
280 B
JavaScript
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({
|
|
|
|
}) |