import AnimatedContent from "@/components/animated-content";
import notificationEmpty from "@/public/lottie/notification_empty.json";

export const NotificationEmptyList = () => <AnimatedContent animationData={notificationEmpty} />;
