Skip to content

Commit 05fc890

Browse files
committed
chore: export catalog filter section
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 79989ff commit 05fc890

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import CatalogFilterSidebar from './CatalogFilterSidebar';
2+
3+
export { CatalogFilterSidebar };

src/custom/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import { TransferList } from './TransferModal/TransferList';
4343
import { TransferListProps } from './TransferModal/TransferList/TransferList';
4444
import UniversalFilter, { UniversalFilterProps } from './UniversalFilter';
4545
export { CatalogCard } from './CatalogCard';
46+
export { CatalogFilterSidebar } from './CatalogFilterSection';
4647
export { StyledChartDialog } from './ChartDialog';
4748
export { LearningContent } from './LearningContent';
4849
export { Note } from './Note';

0 commit comments

Comments
 (0)