Skip to content

Commit 3e2d23a

Browse files
committed
Update booksData.ts
1 parent 45929f7 commit 3e2d23a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/booksData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Book {
88

99

1010

11-
const projectsData: Book[] = [
11+
const bookData: Book[] = [
1212
{
1313
"title": "Flowers for Algernon",
1414
"author": "Daniel Keyes",
@@ -357,4 +357,4 @@ const projectsData: Book[] = [
357357

358358
]
359359

360-
export default projectsData
360+
export default bookData

0 commit comments

Comments
 (0)