diff options
author | 2021-06-06 18:34:16 -0700 | |
---|---|---|
committer | 2021-06-06 18:34:16 -0700 | |
commit | 19d472c8470fc21a10af053824b3724e50ac9a9d (patch) | |
tree | 5a010ad811495d11294f50c4a425576ae2fd5a10 /demos/simple-react/public/src/components/button.js | |
parent | d49e0a5fa129152c27b70a57d1cc7a2af770577c (diff) | |
download | bun-19d472c8470fc21a10af053824b3724e50ac9a9d.tar.gz bun-19d472c8470fc21a10af053824b3724e50ac9a9d.tar.zst bun-19d472c8470fc21a10af053824b3724e50ac9a9d.zip |
hm
Former-commit-id: 024b2ea94ea2f32e058948c3d874ad73a03b7423
Diffstat (limited to 'demos/simple-react/public/src/components/button.js')
-rw-r--r-- | demos/simple-react/public/src/components/button.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/demos/simple-react/public/src/components/button.js b/demos/simple-react/public/src/components/button.js deleted file mode 100644 index 28bfffda7..000000000 --- a/demos/simple-react/public/src/components/button.js +++ /dev/null @@ -1,23 +0,0 @@ -import * as _react_dot_jsx from "http://localhost:8080/node_modules/react/index.js"; -var jsxDEV = __require(_react_dot_jsx).jsxDEV, __jsxFilename = "src/components/button.tsx"; - -import { -__require -} from "http://localhost:8080/__runtime.js"; -export const Button = ({ label, onClick }) => jsxDEV("div", { - className: "Button", - onClick, - children: jsxDEV("div", { - className: "Button-label", - children: label - }, null, false, { - filename: __jsxFilename, - lineNumber: 97, - columnNumber: 97 - }, this) -}, null, false, { - filename: __jsxFilename, - lineNumber: 50, - columnNumber: 50 -}, this); - |