Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Jan 8, 2025
1 parent 34b709d commit 0f3b5d5
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ import { createRef } from 'react';
import { mockAcquisitionFileResponse } from '@/mocks/acquisitionFiles.mock';
import { mockLookups } from '@/mocks/lookups.mock';
import { lookupCodesSlice } from '@/store/slices/lookupCodes';
import { act, fillInput, render, RenderOptions, userEvent, waitForEffects } from '@/utils/test-utils';
import {
act,
fillInput,
render,
RenderOptions,
userEvent,
waitForEffects,
} from '@/utils/test-utils';

import { Form8FormModel } from './models/Form8FormModel';
import UpdateForm8Form, { IForm8FormProps } from './UpdateForm8Form';
Expand Down

0 comments on commit 0f3b5d5

Please sign in to comment.