diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 9d521e3..7a98673 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -46,7 +46,7 @@ export default function Home({ * @param param0 username * @returns Header */ -export function Title({ username }: { username: string }) { +function Title({ username }: { username: string }) { return (