From 437dcaf27c946452baf50c43c2b7fb0dd8d24f77 Mon Sep 17 00:00:00 2001 From: KentaroKumode <23e1273@andrew.ac.jp> Date: Sat, 12 Jul 2025 16:43:59 +0900 Subject: [PATCH] =?UTF-8?q?HalloWorld=E3=82=B3=E3=83=B3=E3=83=9D=E3=83=BC?= =?UTF-8?q?=E3=83=8D=E3=83=B3=E3=83=88=E3=82=92=E8=A9=A6=E9=A8=93=E7=9A=84?= =?UTF-8?q?=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/HelloWorld.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/app/components/HelloWorld.tsx 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 ( +
+

Hello World!

+

Reactコンポーネントの第一歩です

+
+ ); +} \ No newline at end of file