diff --git a/frontend/src/lib/components/ImportProjectCard.svelte b/frontend/src/lib/components/ImportProjectCard.svelte index bf67c3be4a..26bb3f7b18 100644 --- a/frontend/src/lib/components/ImportProjectCard.svelte +++ b/frontend/src/lib/components/ImportProjectCard.svelte @@ -10,17 +10,14 @@ logoUrl?: string /** Integration slugs to draw, most representative first. */ iconApps: string[] - /** Where the icons and the logo are fetched from. */ - hub: string counts: { apps: number; flows: number; scripts: number; resources: number } }