diff --git a/code/frontend/src/components/UserAvatar.tsx b/code/frontend/src/components/UserAvatar.tsx index 6473f7f..4ff4d50 100644 --- a/code/frontend/src/components/UserAvatar.tsx +++ b/code/frontend/src/components/UserAvatar.tsx @@ -44,8 +44,4 @@ export default function UserAvatar({ username, size = 40 }: UserAvatarProps) { ); -} - -// ---------------- Exemplarische Verwendung ---------------- -// -// --------------------------------------------------------- +} \ No newline at end of file