Use a type-only import for NotificationDescriptionProps
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
import { Text, Button } from '@backstage/ui';
|
||||
import { useState } from 'react';
|
||||
import { NotificationDescriptionProps } from './NotificationDescription';
|
||||
import type { NotificationDescriptionProps } from './NotificationDescription';
|
||||
|
||||
const MAX_LENGTH = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user