chore: frontend build
This commit is contained in:
19
bootstrap/ssr/assets/input-error-Su2MkR0P.js
Normal file
19
bootstrap/ssr/assets/input-error-Su2MkR0P.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import { jsx } from "react/jsx-runtime";
|
||||
import { c as cn } from "./index-CY6fYws-.js";
|
||||
function InputError({
|
||||
message,
|
||||
className = "",
|
||||
...props
|
||||
}) {
|
||||
return message ? /* @__PURE__ */ jsx(
|
||||
"p",
|
||||
{
|
||||
...props,
|
||||
className: cn("text-sm text-red-600 dark:text-red-400", className),
|
||||
children: message
|
||||
}
|
||||
) : null;
|
||||
}
|
||||
export {
|
||||
InputError as I
|
||||
};
|
||||
Reference in New Issue
Block a user