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, 4 insertions, 0 deletions
diff --git a/examples/next/components/subtitle.tsx b/examples/next/components/subtitle.tsx
new file mode 100644
index 000000000..1fda3db60
--- /dev/null
+++ b/examples/next/components/subtitle.tsx
@@ -0,0 +1,4 @@
+
+export default function Hey() {
+ return <div>!!yep</div>;
+}