Skip to content

Commit a1f3595

Browse files
authored
Docs: Removed unused import (#997)
1 parent 184096c commit a1f3595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/tutorials/quick-start.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Now we can use the React-Redux hooks to let React components interact with the R
144144
import React from 'react'
145145
import { useSelector, useDispatch } from 'react-redux'
146146
import { decrement, increment } from './counterSlice'
147-
import styles from './Counter.module.css'
148147

149148
export function Counter() {
150149
const count = useSelector((state) => state.counter.value)

0 commit comments

Comments
 (0)