aboutsummaryrefslogtreecommitdiff
path: root/examples/next/components/subtitle.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/next/components/subtitle.tsx')
-rw-r--r--examples/next/components/subtitle.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/next/components/subtitle.tsx b/examples/next/components/subtitle.tsx
deleted file mode 100644
index 1fda3db60..000000000
--- a/examples/next/components/subtitle.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-
-export default function Hey() {
- return <div>!!yep</div>;
-}