We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184096c commit a1f3595Copy full SHA for a1f3595
docs/tutorials/quick-start.md
@@ -144,7 +144,6 @@ Now we can use the React-Redux hooks to let React components interact with the R
144
import React from 'react'
145
import { useSelector, useDispatch } from 'react-redux'
146
import { decrement, increment } from './counterSlice'
147
-import styles from './Counter.module.css'
148
149
export function Counter() {
150
const count = useSelector((state) => state.counter.value)
0 commit comments