diff --git a/ReactLibrary/data.json b/ReactLibrary/data.json index c1dbe76..880438e 100644 --- a/ReactLibrary/data.json +++ b/ReactLibrary/data.json @@ -13,6 +13,24 @@ "name": "Лирическое стихотворение" } ], + "authors": [ + { + "id": 1, + "name": "Пушкин А. С." + }, + { + "id": 2, + "name": "Державин Г. Р." + }, + { + "id": 3, + "name": "Квинт Гораций Флакк" + }, + { + "id": 4, + "name": "Карамзин Н. М." + } + ], "books": [ { "categoriesId": "3", @@ -46,23 +64,5 @@ "image": "", "id": 4 } - ], - "authors": [ - { - "id": 1, - "name": "Пушкин А. С." - }, - { - "id": 2, - "name": "Державин Г. Р." - }, - { - "id": 3, - "name": "Квинт Гораций Флакк" - }, - { - "id": 4, - "name": "Карамзин Н. М." - } ] } \ No newline at end of file diff --git a/ReactLibrary/src/App.jsx b/ReactLibrary/src/App.jsx index 63089b5..450cf9c 100644 --- a/ReactLibrary/src/App.jsx +++ b/ReactLibrary/src/App.jsx @@ -12,7 +12,7 @@ const App = ({ routes }) => { -