FunctionItemCard({
id,
title,
description,
url,
category,
date,
isBookmarked,
onBookmark,
isBookmarkLoading
src/components/item-card.tsx:35
FunctionPageHeader({
title,
description,
icon,
breadcrumbs = [],
actions,
className = "",
}: PageHeaderProps)
src/components/layout/page-header.tsx:27
FunctionPaginationControls({
currentPage,
totalPages,
itemsPerPage,
handlePageChange,
handleItemsPerPageChange,
itemsPerPage
src/components/pagination-controls.tsx:27