Skip to content

Commit

Permalink
feat: add bookForm page
Browse files Browse the repository at this point in the history
Co-authored-by: 02Alvaro <[email protected]>
  • Loading branch information
Salsedini and 02Alvaro committed Nov 22, 2023
1 parent 60f2d6b commit 5a0c2f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/book/new/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import BookForm from '@/components/BookForm/BookForm'

export default async function Page() {
return (
<main>
<h1>
<strong>Crear Nuevo Libro</strong>
</h1>
<BookForm />
</main>
)
}

0 comments on commit 5a0c2f9

Please sign in to comment.