diff options
Diffstat (limited to 'demos/simple-react/public1/src/components/button.tsx')
-rw-r--r-- | demos/simple-react/public1/src/components/button.tsx | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/demos/simple-react/public1/src/components/button.tsx b/demos/simple-react/public1/src/components/button.tsx deleted file mode 100644 index bf30db5e7..000000000 --- a/demos/simple-react/public1/src/components/button.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import * as jsx_dev_runtime_runtime from "http://localhost:8000node_modules/react/jsx-dev-runtime.js"; -var jsxDEV = require( jsx_dev_runtime_runtime).jsxDEV, __jsxFilename = "src/components/button.tsx"; - -import { - __require as require -} from "http://localhost:8000__runtime.js"; -import * as ttp_localhost_8000node_modules_module from "http://localhost:8000node_modules/react/index.js"; -var React = require(ttp_localhost_8000node_modules_module); -export const Button = ({ label, label2, onClick }) => jsxDEV("div", { - className: "Button", - onClick, - children: [jsxDEV("div", { - className: "Button-label", - children: [ - label, - "111" - ] - }, undefined, true, { - fileName: __jsxFilename, - lineNumber: 133 - }, this)] -}, undefined, true, { - fileName: __jsxFilename, - lineNumber: 86 -}, this); - |