ryuu
Version:
Domo App Dev Studio CLI, The main tool used to create, edit, and publish app designs to Domo
8 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Warning = Warning;
const jsx_runtime_1 = require("react/jsx-runtime");
function Warning({ children }) {
return ((0, jsx_runtime_1.jsx)("section", { className: "messages", children: (0, jsx_runtime_1.jsx)("div", { className: "warning-message", children: children }) }));
}
//# sourceMappingURL=Warning.js.map