Added Kindred article
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s

This commit is contained in:
2026-03-13 09:40:35 +01:00
parent 6b83044433
commit e91983a390
14 changed files with 2544 additions and 1458 deletions

View File

@@ -2,10 +2,12 @@ import elementComponent from './element.ts';
import calloutComponent from './callout.ts';
import sidenoteComponent from './sidenote.ts';
import figureComponent from './figure.ts';
import tablewrapperComponent from './tablewrapper.ts';
export const generalComponents = {
...elementComponent,
...calloutComponent,
...sidenoteComponent,
...figureComponent,
...tablewrapperComponent,
};