aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/react-out/src/components/button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'demos/simple-react/react-out/src/components/button.tsx')
-rw-r--r--demos/simple-react/react-out/src/components/button.tsx26
1 files changed, 0 insertions, 26 deletions
diff --git a/demos/simple-react/react-out/src/components/button.tsx b/demos/simple-react/react-out/src/components/button.tsx
deleted file mode 100644
index 49e7de365..000000000
--- a/demos/simple-react/react-out/src/components/button.tsx
+++ /dev/null
@@ -1,26 +0,0 @@
-import * as _jsx_dev_runtime_runtime from "../../node_modules/react/jsx-dev-runtime.js";
-var jsxDEV = require( _jsx_dev_runtime_runtime).jsxDEV, __jsxFilename = "src/components/button.tsx";
-
-import {
- __require as require
-} from "../../__runtime.js";
-import * as node_modules_module from "../../node_modules/react/index.js";
-var React = require(node_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);
-