UNPKG

infinity-forge

Version:
10 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorBoundaryComponent = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); var ErrorBoundaryComponent = function (_a) { var name = _a.name; return ((0, jsx_runtime_1.jsx)("div", { className: 'title-2-bold', children: (0, jsx_runtime_1.jsxs)("span", { style: { color: '#000' }, children: ["Error: ", name] }) })); }; exports.ErrorBoundaryComponent = ErrorBoundaryComponent; //# sourceMappingURL=error-body.js.map