Skip to content

Commit 09fbefe

Browse files
committed
fix
1 parent 41f2387 commit 09fbefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/fi/osa6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Komponentti <i>App</i> yksinkertaistuu nyt hiukan
135135

136136
```js
137137
import { useQuery } from 'react-query'
138-
import { getAnecdotes } from './requests' // highlight-line
138+
import { getNotes } from './requests' // highlight-line
139139

140140
const App = () => {
141141
// ...

0 commit comments

Comments
 (0)