import { ActionIcon, Avatar, Center, Text } from "@mantine/core"; import { notifications } from "@mantine/notifications"; import { IconAlertTriangle } from "@tabler/icons-react"; /** * * @param text | masukan text untuk peringatan * @type string * @returns notifikasi peringatan */ export async function ComponentGlobal_NotifikasiPeringatan( text: string, durasi?: number ) { return notifications.show({ message: (