Finish Media module.

This commit is contained in:
Jas Singh
2024-06-23 20:28:43 -07:00
parent 46c34e169d
commit 5eef18485d
10 changed files with 686 additions and 62 deletions

View File

@@ -2,10 +2,6 @@ const network = await Service.import("network");
import DropdownMenu from "../DropdownMenu.js";
export default () => {
network.connect("changed", (value) => {
// console.log(JSON.stringify(value, null, 2));
});
const pendingAuth = Variable("");
return DropdownMenu({