Skip to content

Commit c6c71b3

Browse files
committed
[es] match code to en ver
1 parent 82cf1b9 commit c6c71b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/6/es/part6a.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,13 +1000,9 @@ import { createNote } from './../reducers/noteReducer'
10001000
Codigo para el componente <i>App</i>
10011001

10021002
```js
1003-
import React from 'react'
1004-
import {
1005-
createNote, toggleImportanceOf
1006-
} from './reducers/noteReducer'
1003+
import { createNote, toggleImportanceOf } from './reducers/noteReducer' // highlight-line
10071004
import { useSelector, useDispatch } from 'react-redux' // highlight-line
10081005

1009-
10101006
const App = () => {
10111007
const dispatch = useDispatch() // highlight-line
10121008
const notes = useSelector(state => state) // highlight-line

0 commit comments

Comments
 (0)