Skip to content

Commit

Permalink
remove unused Tail type
Browse files Browse the repository at this point in the history
  • Loading branch information
betomoedano committed May 19, 2024
1 parent 802af27 commit 0c751ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/createSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type {
import { createReducer } from './createReducer'
import type { ActionReducerMapBuilder, TypedActionCreator } from './mapBuilders'
import { executeReducerBuilderCallback } from './mapBuilders'
import type { Id, Tail, TypeGuard } from './tsHelpers'
import type { Id, TypeGuard } from './tsHelpers'
import type { InjectConfig } from './combineSlices'
import type {
AsyncThunk,
Expand Down

0 comments on commit 0c751ef

Please sign in to comment.