@dndbuilder.com/react
Version:
Drag and drop builder for React
18 lines (17 loc) • 542 B
JavaScript
"use client";
import { jsx as e, jsxs as r } from "react/jsx-runtime";
const l = () => /* @__PURE__ */ e(
"div",
{
className: "flex h-full items-center justify-center border border-dashed border-red-400 p-10",
role: "alert",
children: /* @__PURE__ */ e("div", { className: "text-danger-500 px-1 text-center", children: /* @__PURE__ */ r("h2", { className: "text-xl font-bold", children: [
"Some thing went wrong.",
" "
] }) })
}
);
export {
l as ErrorFallback
};
//# sourceMappingURL=error-fallback.js.map