aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-rollup/packages/ui/Button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-rollup/packages/ui/Button.tsx')
-rw-r--r--examples/with-rollup/packages/ui/Button.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/with-rollup/packages/ui/Button.tsx b/examples/with-rollup/packages/ui/Button.tsx
deleted file mode 100644
index 3e5afc7..0000000
--- a/examples/with-rollup/packages/ui/Button.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import * as React from "react";
-
-export const Button = () => {
- return <button>Boop</button>;
-};