Add missing exports

Signed-off-by: Simon Chapman <sdcpublic@outlook.com>
This commit is contained in:
Simon Chapman
2023-03-22 16:43:19 +00:00
parent 656914bb0a
commit b8330e8b02
2 changed files with 2 additions and 0 deletions
@@ -15,3 +15,4 @@
*/
export { SortView } from './SortView';
export type { SortViewProps } from './SortView';
+1
View File
@@ -20,4 +20,5 @@ export { BazaarOverviewCard } from './components/BazaarOverviewCard';
export type { BazaarOverviewCardProps } from './components/BazaarOverviewCard';
export { EntityBazaarInfoCard } from './components/EntityBazaarInfoCard';
export { SortView } from './components/SortView';
export type { SortViewProps } from './components/SortView';
export type { HomePageProps as BazaarPageProps } from './components/HomePage';