aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-next/components
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-13 00:28:20 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-13 00:28:20 -0700
commit9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c (patch)
treeb421e988ac6c23bc5bff88a95dbf15722b35e01d /examples/hello-next/components
parent88a5e2d34d25c3ac3d13a432bbd85daa075c4bcb (diff)
downloadbun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.tar.gz
bun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.tar.zst
bun-9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c.zip
Clean up examples a little
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;