import type * as React from "react"; export function ErrorMessage({ children }: { children: React.ReactNode }) { return