diff --git a/routes/u/[userid].tsx b/routes/u/[userid].tsx index 2c9624f..c28f420 100644 --- a/routes/u/[userid].tsx +++ b/routes/u/[userid].tsx @@ -1,10 +1,13 @@ // ユーザーのプロフィール +import Header from '~/components/Header.tsx' export default function UserProfile() { return (