diff --git a/library/src/components/layouts/index.tsx b/library/src/components/layouts/index.tsx index 0103eeb..80accfc 100644 --- a/library/src/components/layouts/index.tsx +++ b/library/src/components/layouts/index.tsx @@ -1 +1,2 @@ export { ColumnLayoutOptions, ColumnLayout } from './ColumnLayout'; +export { CircleLayoutOptions, CircleLayout } from './CircleLayout';