import { Center, Stack, Text, ThemeIcon } from '@mantine/core' import { IconDatabaseOff } from '@tabler/icons-react' export default function EmptyRecord() { return (
Data Tidak Tersedia
) }