export BazaarPageProps instead of HomePageProps
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -20,4 +20,4 @@ export { BazaarOverviewCard } from './components/BazaarOverviewCard';
|
||||
export type { BazaarOverviewCardProps } from './components/BazaarOverviewCard';
|
||||
export { EntityBazaarInfoCard } from './components/EntityBazaarInfoCard';
|
||||
export { SortView } from './components/SortView';
|
||||
export type { HomePageProps } from './components/HomePage';
|
||||
export type { HomePageProps as BazaarPageProps } from './components/HomePage';
|
||||
|
||||
Reference in New Issue
Block a user