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