update news & events

This commit is contained in:
2025-10-22 09:41:40 +07:00
parent 40cf6fe6f4
commit 8f81545293
348 changed files with 111475 additions and 623 deletions

View File

@ -0,0 +1,9 @@
export default class ASidebar extends window.AObject {
constructor(o, areaRender) {
super();
this.sideBar = document.querySelector(nav);
this.areaRender = document.querySelector(areaRender);
}
}