UNPKG

ctrlshiftleft

Version:

AI-powered toolkit for embedding QA and security testing into development workflows

11 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = Placeholder; const jsx_runtime_1 = require("react/jsx-runtime"); /** * A simple placeholder component for testing purposes */ function Placeholder({ text = 'Placeholder' }) { return ((0, jsx_runtime_1.jsx)("div", { className: "placeholder", children: (0, jsx_runtime_1.jsx)("h3", { children: text }) })); } //# sourceMappingURL=Placeholder.js.map