Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
traskowskycaci committed Mar 7, 2025
1 parent bf9164a commit 7e73cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/Inputs/YesNoBoolen.test.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import YesNoBoolean from './YesNoBoolean';
import { fireEvent, getByLabelText, render } from '@testing-library/react';
import { render } from '@testing-library/react';
import { Provider } from 'react-redux';
import { configureStore } from 'shared/store';

Expand Down

0 comments on commit 7e73cad

Please sign in to comment.