We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abe298 commit 0e83025Copy full SHA for 0e83025
1 file changed
lib/components/NotificationList.tsx
@@ -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';
+import { Notification as NotificationComponent, NotificationSize, Link } from 'hds-react';
+import type { NotificationType as NotificationLevel } from 'hds-react';
8
import React from 'react';
9
import { useTranslation } from 'react-i18next';
10
0 commit comments