diff --git a/src/App/index.tsx b/src/App/index.tsx
index 533f1ea..af21d26 100644
--- a/src/App/index.tsx
+++ b/src/App/index.tsx
@@ -13,12 +13,10 @@ const routes: Route[] = [
{ Component: UploadForm, path: "/upload" },
];
-export const App = () => {
- return (
-
-
-
- );
-};
+export const App = () => (
+
+
+
+);
export default App;
diff --git a/src/Bookshelf/AddBook/index.tsx b/src/Bookshelf/AddBook/index.tsx
index 3984d97..7ffb8bd 100644
--- a/src/Bookshelf/AddBook/index.tsx
+++ b/src/Bookshelf/AddBook/index.tsx
@@ -2,10 +2,17 @@ import React from "react";
import plusIcon from "@assets/plus.svg";
import styles from "./AddBook.module.css";
+import { BASE_URL } from "../../constants";
+import { goTo } from "../../router/goTo";
export const AddBook = () => {
return (
-