Skip to content

Commit 0c751ef

Browse files
authored
remove unused Tail type
1 parent 802af27 commit 0c751ef

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)