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 e111148 commit 6a5811aCopy full SHA for 6a5811a
src/content/9/es/part9c.md
@@ -402,7 +402,7 @@ Vamos a crear un directorio *src/services* y coloquemos el archivo *diaryService
402
El archivo contiene dos funciones para buscar y guardar entradas del diario:
403
404
```js
405
-import diaryData from '../../data/diaries.json'
+import diaryData from '../../data/entries.json'
406
407
const getEntries = () => {
408
return diaryData;
0 commit comments