From bb2360cf8978943d154fc0e831772ac22e30fb9d Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Tue, 27 Dec 2022 15:24:13 -0700 Subject: [PATCH] [C] export ComplexTable --- packages/epo-react-lib/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/epo-react-lib/src/index.ts b/packages/epo-react-lib/src/index.ts index e39bc92e..66e50db3 100644 --- a/packages/epo-react-lib/src/index.ts +++ b/packages/epo-react-lib/src/index.ts @@ -21,6 +21,7 @@ export { default as Video } from "@/atomic/Video"; // Content Blocks export { default as SimpleTable } from "@/content-blocks/SimpleTable"; +export { default as ComplexTable } from "@/content-blocks/ComplexTable"; // Form export { default as Error } from "@/form/Error";