diff --git a/app/blog/page.tsx b/app/blog/page.tsx index 379292f..aff552a 100644 --- a/app/blog/page.tsx +++ b/app/blog/page.tsx @@ -3,7 +3,6 @@ import PostCardLoading from './post-card-loading'; import { PostPerPage, postLists } from 'lib/posts'; import { Fragment, Suspense } from 'react'; import Pagination from 'components/rua/rua-pagination'; -import clsx from 'clsx'; export default async function Page() { const allPosts = await postLists();