import { Icon } from "../../.."; type InputErrorProp = { message: string; }; export const InputError = ({ message }: InputErrorProp) => (
{message}