"use client" import { Group, Text } from "@mantine/core"; import { IconAlertTriangle } from "@tabler/icons-react"; export default function ComponentEvent_ErrorMaximalInput({max}:{max: number}){ return ( <> Maksimal {max} karakter ! ); }