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:
Fredrik Adelöw
2026-04-21 18:14:54 +02:00
parent de9fc68cf1
commit 94c1cf55c7
@@ -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;