aboutsummaryrefslogtreecommitdiff
path: root/demos/hello-next/components/Title.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'demos/hello-next/components/Title.tsx')
-rw-r--r--demos/hello-next/components/Title.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/hello-next/components/Title.tsx b/demos/hello-next/components/Title.tsx
new file mode 100644
index 000000000..10636164f
--- /dev/null
+++ b/demos/hello-next/components/Title.tsx
@@ -0,0 +1,3 @@
+export default function Title() {
+ return <h1>Hello</h1>;
+}