Skip to content

Commit cd18280

Browse files
Update examples/lazy-injection/kitchen-sink/src/features/todos/commentSlice.test.ts
Co-authored-by: Arya Emami <[email protected]>
1 parent a011ea5 commit cd18280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/lazy-injection/kitchen-sink/src/features/todos/commentSlice.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import {
1212
} from "./commentSlice"
1313
import type { AppStore } from "../../app/store"
1414
import { makeStore } from "../../app/store"
15-
import { todoAdapter, type Todo, deleteTodo } from "./todoSlice"
15+
import type { Todo } from "./todoSlice"
16+
import { todoAdapter, deleteTodo } from "./todoSlice"
1617

1718
interface LocalTestContext {
1819
store: AppStore

0 commit comments

Comments
 (0)