diff options
Diffstat (limited to 'examples/hello-next/components/subtitle.tsx')
-rw-r--r-- | examples/hello-next/components/subtitle.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello-next/components/subtitle.tsx b/examples/hello-next/components/subtitle.tsx new file mode 100644 index 000000000..347d97a4d --- /dev/null +++ b/examples/hello-next/components/subtitle.tsx @@ -0,0 +1,3 @@ +export default function Hey() { + return <div>!!yep</div>; +} |