Skip to content

Commit

Permalink
Fix lint issues in sorted_state_adapter.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed May 25, 2024
1 parent 8cdfe3e commit 2a2ccc8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/toolkit/src/entities/tests/sorted_state_adapter.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import type {
EntityAdapter,
EntityState,
PayloadAction,
} from '@reduxjs/toolkit'
import {
configureStore,
createAction,
createEntityAdapter,
createNextState,
createSlice,
nanoid,
PayloadAction,
} from '@reduxjs/toolkit'
import type { EntityAdapter, EntityState } from '../..'
import { createNextState } from '../..'
import { createEntityAdapter } from '../create_adapter'
import type { BookModel } from './fixtures/book'
import {
AClockworkOrange,
Expand Down

0 comments on commit 2a2ccc8

Please sign in to comment.