Skip to content

Commit 0da4dff

Browse files
committed
Fixes component imports for home banner
1 parent b221e58 commit 0da4dff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/webviews/apps/home/home.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import './components/ama-banner';
2929
import './components/integration-banner';
3030
import './components/preview-banner';
3131
import '../shared/components/mcp-banner';
32-
import './components/promo-banner';
3332
import './components/repo-alerts';
3433
import '../shared/components/banner/banner';
3534

src/webviews/apps/plus/shared/components/home-header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import type { GlAccountChip } from './account-chip';
66
import './account-chip';
77
import './integrations-chip';
88
import '../../../home/components/onboarding';
9+
import '../../../home/components/promo-banner';
910
import '../../../shared/components/button';
1011
import '../../../shared/components/button-container';
1112
import '../../../shared/components/code-icon';
1213
import '../../../shared/components/overlays/popover';
13-
import '../../../shared/components/promo';
1414
// import '../../../shared/components/snow';
1515

1616
@customElement('gl-home-header')

0 commit comments

Comments
 (0)