"use client"; import { Center } from "@mantine/core"; export default function ComponentEvent_IsEmptyData({ text }: { text: string }) { return ( <>
{text}
); }