'use client'; import BookList from '@/components/book/BookList'; export default function HomePage() { return ; }