diff --git a/src/app/components/HelloWorld.tsx b/src/app/components/HelloWorld.tsx new file mode 100644 index 0000000..15d22d3 --- /dev/null +++ b/src/app/components/HelloWorld.tsx @@ -0,0 +1,8 @@ +export default function HelloWorld() { + return ( +
Reactコンポーネントの第一歩です
+