diff --git a/spa/src/components/profile-view.tsx b/spa/src/components/profile-view.tsx index 0db1404..9682850 100644 --- a/spa/src/components/profile-view.tsx +++ b/spa/src/components/profile-view.tsx @@ -9,7 +9,6 @@ import { MovieCard } from "@/components/movie-card" import { EmptyState } from "@/components/empty-state" import { SwipeTabs } from "@/components/swipe-tabs" import { VirtualList } from "@/components/virtual-list" -import { posterUrl } from "@/lib/api/client" import { useInfiniteDiary } from "@/hooks/use-diary" import type { UserProfileResponse } from "@/lib/api/users" @@ -40,7 +39,7 @@ export function ProfileView({