fix(lint): resolve eslint warnings, type errors and clean unused code
This commit is contained in:
@@ -5,8 +5,9 @@ import Image from "next/image";
|
||||
import { m, AnimatePresence } from "framer-motion";
|
||||
import { X, ZoomIn } from "lucide-react";
|
||||
import { Badge } from "@/app/components/ui/badge";
|
||||
import type { Dictionary } from "@/types/dictionary";
|
||||
|
||||
export default function GaleriClient({ lang, dict }: { lang: string; dict: any }) {
|
||||
export default function GaleriClient({ dict }: { lang?: string; dict: Dictionary }) {
|
||||
const t = dict.gallery;
|
||||
|
||||
const CATEGORIES = [t.all, t.venues, "Beach", "Bungalov", "Kite Surf", "Hotel"] as const;
|
||||
|
||||
Reference in New Issue
Block a user