Skip to content

Commit 61037f4

Browse files
committed
refactor: remove type import
1 parent bb0ac98 commit 61037f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/generators/web/ui/components/AnnouncementBanner/AnnouncementBanner.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import Banner from '@node-core/ui-components/Common/Banner';
33

44
import styles from './index.module.css';
55

6-
/** @import { BannerEntry } from './types.d.ts' */
7-
86
/**
9-
* @param {{ banners: BannerEntry[] }} props
7+
* @param {import('./types.d.ts').AnnouncementBannerProps} props
108
*/
119
const AnnouncementBanner = ({ banners }) => (
1210
<div role="region" aria-label="Announcements" className={styles.banners}>

0 commit comments

Comments
 (0)