oddsgate-ds 1.0.211 → 1.0.213

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export { default } from './CategoriesWrapper.component';
@@ -0,0 +1 @@
1
+ export { default } from './CategoryIndex.component';
@@ -0,0 +1 @@
1
+ export { default } from './SearchBar.component';
@@ -25,6 +25,9 @@ export { default as LegalLinks } from './components/atoms/LegalLinks';
25
25
  export { default as Marquee } from './components/atoms/Marquee';
26
26
  export { default as CardMarquee } from './components/atoms/CardMarquee';
27
27
  export { default as AwardBadge } from './components/atoms/AwardBadge';
28
+ export { default as SearchBar } from './components/molecules/SearchBar';
29
+ export { default as CategoriesWrapper } from './components/molecules/CategoriesWrapper';
30
+ export { default as CategoryIndex } from './components/molecules/CategoryIndex';
28
31
  export { default as PortalComponent } from './components/common/PortalComponent';
29
32
  export { Accordion as Accordion } from './components/molecules/Accordion';
30
33
  export { AccordionItem as AccordionItem } from './components/molecules/Accordion';