Skip to content

Commit ff65194

Browse files
authored
Merge pull request #4417 from betomoedano/remove-unused-tail-type
remove unused Tail type
2 parents 802af27 + 0c751ef commit ff65194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type {
1616
import { createReducer } from './createReducer'
1717
import type { ActionReducerMapBuilder, TypedActionCreator } from './mapBuilders'
1818
import { executeReducerBuilderCallback } from './mapBuilders'
19-
import type { Id, Tail, TypeGuard } from './tsHelpers'
19+
import type { Id, TypeGuard } from './tsHelpers'
2020
import type { InjectConfig } from './combineSlices'
2121
import type {
2222
AsyncThunk,

0 commit comments

Comments
 (0)