···11-import type { ReactNode } from "react";
21import { Loader2 } from "lucide-react";
22+import type { ReactNode } from "react";
3344type AddToShelfButtonProps = {
55 onClick: () => void;
+1-1
apps/web/src/components/MovieGrid.tsx
···11import type { UserDto } from "@opnshelf/api";
22-import { cn } from "@/lib/utils";
32import { Skeleton } from "@/components/ui/skeleton";
33+import { cn } from "@/lib/utils";
44import type { MovieCardData } from "./MovieCard";
55import { MovieCard } from "./MovieCard";
66