7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime.js";
|
|
|
|
/*#__PURE__*/
|
|
_jsx("div", {
|
|
attr: /*#__PURE__*/_jsx("div", {})
|
|
});
|