Skip to content

Commit

Permalink
- linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Herrera authored and Eduardo Herrera committed Nov 3, 2023
1 parent 7e822c2 commit e7b424d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { createMemoryHistory } from 'history';

import { getMockPerson } from '@/mocks/contacts.mock';
import { mockLookups } from '@/mocks/lookups.mock';
import { getMockOrganization } from '@/mocks/organization.mock';
import { mockProjects } from '@/mocks/projects.mock';
import { lookupCodesSlice } from '@/store/slices/lookupCodes';
import { act, render, RenderOptions, screen, userEvent } from '@/utils/test-utils';

import { ProjectExportTypes } from './models';
import ProjectExportForm, { IProjectExportFormProps } from './ProjectExportForm';
import { getMockOrganization } from '@/mocks/organization.mock';

const history = createMemoryHistory();

Expand Down

0 comments on commit e7b424d

Please sign in to comment.