Skip to content

Commit 3b84d67

Browse files
authored
Update part6b.md
it is not clear what create slice function returns and what the module exports.
1 parent 31252e9 commit 3b84d67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/6/en/part6b.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ const noteSlice = createSlice({
512512
}
513513
},
514514
})
515+
export const {createNote,toggleImportanceOf} = noteSlice.actions
516+
export default noteSlice.reducer
515517
// highlight-end
516518
```
517519

0 commit comments

Comments
 (0)