Skip to content

Commit 47cc47f

Browse files
authored
Merge pull request #3804 from amelaku8/patch-1
Update part6b.md
2 parents bf2f135 + 3b84d67 commit 47cc47f

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)