"use client"; import { motion } from "framer-motion"; export function NoData() { return ( No data ); }