communications app, popup lib

This commit is contained in:
2023-04-08 11:46:20 +08:00
parent 449196b491
commit f85d4c9903
25 changed files with 746 additions and 279 deletions

@@ -1,4 +1,4 @@
import { createElement, createElementInit } from "../../functions";
import { createElement } from "../../functions";
function createBox(title, functions) {
const container = createElement('div', 'comm');