diff --git a/src/content/6/en/part6b.md b/src/content/6/en/part6b.md index f79cddd6eb7..20d8bd0b1ec 100644 --- a/src/content/6/en/part6b.md +++ b/src/content/6/en/part6b.md @@ -512,6 +512,8 @@ const noteSlice = createSlice({ } }, }) +export const {createNote,toggleImportanceOf} = noteSlice.actions +export default noteSlice.reducer // highlight-end ```