Added Kindred article
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 35s
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user