diff --git a/community/components/navigation/index.ts b/community/components/navigation/index.ts index 1b282a6e..d1d791f2 100644 --- a/community/components/navigation/index.ts +++ b/community/components/navigation/index.ts @@ -2,3 +2,4 @@ export * from "./breadcrumbs/breadcrumbs.component"; export * from "./pagination/pagination.component"; export * from "./table-of-contents"; export * from "./tabs"; +export * from "./vertical-stepper";