"use client"; import { Button } from "@/components/ui/button"; // You can use your button component from your UI library import { Card } from "@/components/ui/card"; import { CircleXIcon, RotateCwIcon } from "lucide-react"; // Optional icon export default function NoBlogs() { return (

Aucun blog trouvé.

Nous n'avons pu trouver aucun blog.

); }