Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 2, 2024
1 parent e6e254a commit 406c0f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/pages/dataElements/List.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
import { FetchError } from '@dhis2/app-runtime'
import {
render,
waitForElementToBeRemoved,
fireEvent,
render,
waitFor,
waitForElementToBeRemoved,
} from '@testing-library/react'
import userEvent from '@testing-library/user-event'
import React from 'react'
import currentUserMock from '../../__mocks__/currentUserMock.json'
import dataElementSchemaMock from '../../__mocks__/schema/dataElementsSchema.json'
import { SECTIONS_MAP, canEditModel, useCurrentUser } from '../../lib'
import { useCurrentUserStore } from '../../lib/user/currentUserStore'
import { SECTIONS_MAP, canEditModel } from '../../lib'
import { useSchemaStore } from '../../lib/schemas/schemaStore'
import { ModelSchemas } from '../../lib/useLoadApp'
import { useCurrentUserStore } from '../../lib/user/currentUserStore'
import TestComponentWithRouter, {
CustomData,
} from '../../testUtils/TestComponentWithRouter'
import dataElementsMock from './__mocks__/list/dataElementsMock.json'
import currentUserMock from '../../__mocks__/currentUserMock.json'

import filteredDataElementsMock from './__mocks__/list/filteredDataElementsMock.json'
import { Component as DataElementList } from './List'

Expand Down

0 comments on commit 406c0f0

Please sign in to comment.