aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-next/components/Title.tsx
diff options
context:
space:
mode:
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,
+}