diff --git a/components/book/index.tsx b/components/book/index.tsx
index 6498d3d..b14d4e4 100644
--- a/components/book/index.tsx
+++ b/components/book/index.tsx
@@ -3,6 +3,7 @@ import Contact from './contact'
import BookProvider, { BookContext } from '../../context/book'
import DateSelect from './dateSelect'
import Reason from './reason'
+import Button from '../button'
function BookForm() {
const { onSubmit, state, forgetData } = useContext(BookContext)
@@ -32,9 +33,9 @@ function BookForm() {
)}