23 lines
637 B
JavaScript
23 lines
637 B
JavaScript
import { jsxs as _jsxs } from "react/jsx-runtime.js";
|
|
import { Fragment as _Fragment } from "react/jsx-runtime.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime.js";
|
|
|
|
/*#__PURE__*/
|
|
_jsx("div", {
|
|
children: /*#__PURE__*/_jsxs(_Fragment, {
|
|
children: [/*#__PURE__*/_jsxs(_Fragment, {
|
|
children: [/*#__PURE__*/_jsx("span", {
|
|
children: "Hello"
|
|
}), /*#__PURE__*/_jsx("span", {
|
|
children: "world"
|
|
})]
|
|
}), /*#__PURE__*/_jsxs(_Fragment, {
|
|
children: [/*#__PURE__*/_jsx("span", {
|
|
children: "Goodbye"
|
|
}), /*#__PURE__*/_jsx("span", {
|
|
children: "world"
|
|
})]
|
|
})]
|
|
})
|
|
});
|