aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-next/components/Title.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-31 15:03:40 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-08-31 15:03:40 -0700
commit6a5f34a6bc0546a8f17b8fc0af7688a831a797ad (patch)
tree8ed040425ccac8a7e4b04a9f12c2d1174b4cb5b5 /examples/hello-next/components/Title.tsx
parentbd9f137b1bfb5bc3b215515ff9305e70a638daf9 (diff)
downloadbun-6a5f34a6bc0546a8f17b8fc0af7688a831a797ad.tar.gz
bun-6a5f34a6bc0546a8f17b8fc0af7688a831a797ad.tar.zst
bun-6a5f34a6bc0546a8f17b8fc0af7688a831a797ad.zip
Fallback, fragments, printer compat, better errors
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb
Diffstat (limited to 'examples/hello-next/components/Title.tsx')
-rw-r--r--examples/hello-next/components/Title.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hello-next/components/Title.tsx b/examples/hello-next/components/Title.tsx
index c8f1a935f..73963663a 100644
--- a/examples/hello-next/components/Title.tsx
+++ b/examples/hello-next/components/Title.tsx
@@ -7,3 +7,7 @@ export default function Title() {
</h1>
);
}
+
+export enum TitleEnum {
+ wow = 1,
+}