fix(imports): add missing useSettingsStore import in VetGallery.tsx

This commit is contained in:
parsa aghaei 2026-07-27 11:56:18 +03:30
parent b66fb9f564
commit 83ccdc19ef

View File

@ -5,6 +5,7 @@ import { motion, AnimatePresence } from "motion/react";
import Link from "next/link"; import Link from "next/link";
import { useRouter } from "next/navigation"; import { useRouter } from "next/navigation";
import SafeImage from "./SafeImage"; import SafeImage from "./SafeImage";
import { useSettingsStore } from "../lib/store/settingsStore";
import { videoService, Video } from "../lib/services/videoService"; import { videoService, Video } from "../lib/services/videoService";
const FALLBACK_VIDEOS = [ const FALLBACK_VIDEOS = [