UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

14 lines 703 B
import { ShrugBear } from "@randy.tarampi/js"; import React from "react"; import { ConnectedBear } from "../../../containers/emoji/bear"; export var ErrorENOCONTENTContentComponent = () => /*#__PURE__*/React.createElement(ConnectedBear, { emoji: ShrugBear.fromJS(), id: "error-shrug-bear" }, /*#__PURE__*/React.createElement("h2", { className: "error__message--header" }, /*#__PURE__*/React.createElement("span", { className: "text" }, "Nothing to see here... yet.")), /*#__PURE__*/React.createElement("p", { className: "error__message" }, "There's no content to serve up just yet, but come back soon and there'll probably be something here.")); export default ErrorENOCONTENTContentComponent;