diff --git a/src/App.vue b/src/App.vue
index 1ec1924..d74e290 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,8 +11,6 @@ const { isAuthenticated, logout } = useAuth();
const toastService = useToast();
const authenticationService = new AuthenticationService();
-const { login } = useAuth();
-
const fetchUser = async () => {
if (isAuthenticated.value) {
try {
diff --git a/src/components/CreateBookForm.vue b/src/components/CreateBookForm.vue
index 78d37c4..da96c2f 100644
--- a/src/components/CreateBookForm.vue
+++ b/src/components/CreateBookForm.vue
@@ -1,29 +1,135 @@
-
+
-
COUCOU
+
Ajouter un livre
-
-
-
+