Skip to content

Commit

Permalink
removed unused screen import
Browse files Browse the repository at this point in the history
  • Loading branch information
kepsteen committed Oct 14, 2024
1 parent d0cec84 commit 8ca3440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AlertNotification/AlertNotification.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import { render } from '@testing-library/react';
import Alert from './AlertNotification';
import { AlertVariants } from './Alerts.enum';
import { CheckCircle, XCircle, Info, AlertTriangle } from 'lucide-react';
Expand Down

0 comments on commit 8ca3440

Please sign in to comment.