fix: correct component syntax and formatting in layout and header files

This commit is contained in:
tuna2134
2026-05-26 08:42:04 +09:00
parent dcf4255535
commit 4b91d2ea8a
4 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ const Header: React.FC = () => {
<small className="text-sm">tuna2134の休憩</small>
<h1 className="text-4xl font-bold">tuna2134</h1>
</header>
)
}
);
};
export default Header;
export default Header;