From 83897af22558b5508f5ab22bcbbd4c6965aa3173 Mon Sep 17 00:00:00 2001 From: Lykke Axlin Date: Fri, 15 Oct 2021 16:01:29 +0200 Subject: [PATCH] removed export Signed-off-by: Lykke Axlin Co-authored-by: klaraab --- plugins/bazaar/src/index.ts | 1 - 1 file changed, 1 deletion(-) 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';