This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import elementComponent from './element.ts';
|
||||
import calloutComponent from './callout.ts';
|
||||
import sidenoteComponent from './sidenote.ts';
|
||||
import figureComponent from './figure.ts';
|
||||
|
||||
export const generalComponents = {
|
||||
...elementComponent,
|
||||
...calloutComponent,
|
||||
...sidenoteComponent,
|
||||
...figureComponent,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user