diff --git a/plugins/bazaar/src/index.ts b/plugins/bazaar/src/index.ts index 1b7c6a4b93..e9b388d736 100644 --- a/plugins/bazaar/src/index.ts +++ b/plugins/bazaar/src/index.ts @@ -16,4 +16,3 @@ export { bazaarPlugin, BazaarPage } from './plugin'; export { EntityBazaarInfoCard } from './components/EntityBazaarInfoCard'; -export type { BazaarProject } from './types';