Skip to content

Commit

Permalink
lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 1, 2023
1 parent c28a12e commit acc4abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createMemoryHistory } from 'history';
import { Claims } from '@/constants';
import { mockLookups } from '@/mocks/lookups.mock';
import { lookupCodesSlice } from '@/store/slices/lookupCodes';
import { cleanup, getByText, render, RenderOptions } from '@/utils/test-utils';
import { cleanup, render, RenderOptions } from '@/utils/test-utils';

import PropertyContainer, { IPropertyContainerProps } from './PropertyContainer';

Expand Down

0 comments on commit acc4abe

Please sign in to comment.