We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e1cbd commit bb2360cCopy full SHA for bb2360c
packages/epo-react-lib/src/index.ts
@@ -21,6 +21,7 @@ export { default as Video } from "@/atomic/Video";
21
22
// Content Blocks
23
export { default as SimpleTable } from "@/content-blocks/SimpleTable";
24
+export { default as ComplexTable } from "@/content-blocks/ComplexTable";
25
26
// Form
27
export { default as Error } from "@/form/Error";
0 commit comments