diff --git a/src/context/NotificationContext.tsx b/src/context/NotificationContext.tsx index 974b2a0..4a25198 100644 --- a/src/context/NotificationContext.tsx +++ b/src/context/NotificationContext.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { Alert, AlertActionCloseButton, AlertGroup } from '@patternfly/react-core'; -// Notifications +// Notifications Component export type notificationType = 'success' | 'info' | 'warning' | 'danger' | 'default';