First commit

This commit is contained in:
2025-12-25 11:16:59 +01:00
commit 0c5ca09a63
720 changed files with 329234 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
import news from '../../news.js';
import body from './news.list.header.body.js';
import title from './news.list.header.title.js';
import price from './news.list.header.price.js';
import actions from './news.list.header.actions.js';
import gridViewRow from '/elements/gridView/gridView.header.row.js';
export default class newsListHeader extends news, gridViewRow {
body = new body();
title = new title();
price = new price();
actions = new actions();
}