aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-next/components
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 20:08:40 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 20:08:40 -0700
commitcf2e81b03662c4b1a227d1bc9560a91826ef20e6 (patch)
tree0dc03cb97af1eb0615b8bb491696247962a81b73 /examples/hello-next/components
parent0baa3b511e28cfb124f712e12d8f93474e6ce6fa (diff)
parentbf2732599cc7e45f320f75b38672c1a1fc3d5583 (diff)
downloadbun-cf2e81b03662c4b1a227d1bc9560a91826ef20e6.tar.gz
bun-cf2e81b03662c4b1a227d1bc9560a91826ef20e6.tar.zst
bun-cf2e81b03662c4b1a227d1bc9560a91826ef20e6.zip
Merge branch 'jarred/gen'
Diffstat (limited to 'examples/hello-next/components')
-rw-r--r--examples/hello-next/components/Title.tsx13
-rw-r--r--examples/hello-next/components/subtitle.tsx4
-rw-r--r--examples/hello-next/components/wow/such-path.ts1
3 files changed, 0 insertions, 18 deletions
diff --git a/examples/hello-next/components/Title.tsx b/examples/hello-next/components/Title.tsx
deleted file mode 100644
index 73963663a..000000000
--- a/examples/hello-next/components/Title.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import Hey from "./subtitle";
-
-export default function Title() {
- return (
- <h1>
- Hello <Hey></Hey>
- </h1>
- );
-}
-
-export enum TitleEnum {
- wow = 1,
-}
diff --git a/examples/hello-next/components/subtitle.tsx b/examples/hello-next/components/subtitle.tsx
deleted file mode 100644
index 1fda3db60..000000000
--- a/examples/hello-next/components/subtitle.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-
-export default function Hey() {
- return <div>!!yep</div>;
-}
diff --git a/examples/hello-next/components/wow/such-path.ts b/examples/hello-next/components/wow/such-path.ts
deleted file mode 100644
index a21ac9ab1..000000000
--- a/examples/hello-next/components/wow/such-path.ts
+++ /dev/null
@@ -1 +0,0 @@
-export const yep = true;