A flexible component that can be customized to show placeholder content when there is no data.
import EmptyPlaceholder from "@/components/EmptyPlaceholder"; ... <EmptyPlaceholder> {/* Add React components, text, or whatever you want here */} </EmptyPlaceholder>