client-ts: Port services/open.js

This commit is contained in:
Elian Doran
2024-08-04 13:27:23 +03:00
parent 90be9b28a8
commit cbdb8b8b18
2 changed files with 40 additions and 24 deletions

View File

@@ -19,7 +19,6 @@ export default class Component {
constructor() {
this.componentId = `${this.sanitizedClassName}-${utils.randomString(8)}`;
/** @type Component[] */
this.children = [];
this.initialized = null;
}