Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto authored and Quentin Decré committed Nov 13, 2024
1 parent a7bade2 commit a120f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/layout/Notification.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { render, screen, waitFor } from '@testing-library/react';
import { render, screen } from '@testing-library/react';

import { ConsecutiveUndoable } from './Notification.stories';

Expand Down

0 comments on commit a120f73

Please sign in to comment.