Add missing exports
Signed-off-by: Simon Chapman <sdcpublic@outlook.com>
This commit is contained in:
@@ -15,3 +15,4 @@
|
||||
*/
|
||||
|
||||
export { SortView } from './SortView';
|
||||
export type { SortViewProps } from './SortView';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user