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, 0 insertions, 3 deletions
diff --git a/demos/hello-next/components/Title.tsx b/demos/hello-next/components/Title.tsx
deleted file mode 100644
index 10636164f..000000000
--- a/demos/hello-next/components/Title.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export default function Title() {
- return <h1>Hello</h1>;
-}