diff --git a/src/App.tsx b/src/App.tsx index c6df960..dbb14f9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,11 +1,14 @@ import { Header } from './components/Header/Header.tsx'; import { Footer } from './components/Footer/Footer.tsx'; +import { BookGrid } from './components/BookGrid/BookGrid.tsx'; function App() { return ( <>
-
+
+ +