This commit is contained in:
tuna2134
2026-05-26 13:00:53 +09:00
parent 168df53f19
commit 7cb550bfb7

View File

@@ -19,7 +19,9 @@ const Home: NextPage = () => {
</p> </p>
</div> </div>
</div> </div>
<p>hello</p> <div>
<h3 className="text-xl font-bold mb-4"></h3>
</div>
</> </>
); );
}; };