Skip to content

Commit 0e83025

Browse files
committed
fix: notificationList import NotificationType Refs: KEH-281
1 parent 6abe298 commit 0e83025

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

lib/components/NotificationList.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
import {
2-
Notification as NotificationComponent,
3-
// eslint-disable-next-line import-x/named
4-
NotificationType as NotificationLevel,
5-
NotificationSize,
6-
Link,
7-
} from 'hds-react';
1+
import { Notification as NotificationComponent, NotificationSize, Link } from 'hds-react';
2+
import type { NotificationType as NotificationLevel } from 'hds-react';
83
import React from 'react';
94
import { useTranslation } from 'react-i18next';
105

0 commit comments

Comments
 (0)