Compare commits
No commits in common. "83ccdc19ef49027e504ca3cf19a0f444cd3f05e3" and "52f0caccfc87664ac37f3fe82a18954307024222" have entirely different histories.
83ccdc19ef
...
52f0caccfc
@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import Link from "next/link";
|
|
||||||
import { motion, AnimatePresence } from "motion/react";
|
import { motion, AnimatePresence } from "motion/react";
|
||||||
import { useSettingsStore } from "../lib/store/settingsStore";
|
import { useSettingsStore } from "../lib/store/settingsStore";
|
||||||
import {
|
import {
|
||||||
@ -16,8 +15,7 @@ import {
|
|||||||
Sparkle,
|
Sparkle,
|
||||||
Check,
|
Check,
|
||||||
ShoppingBag,
|
ShoppingBag,
|
||||||
FileText,
|
FileText
|
||||||
Download
|
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { toPersian, cn } from "../lib/utils";
|
import { toPersian, cn } from "../lib/utils";
|
||||||
import { PRODUCTS } from "../lib/data/products";
|
import { PRODUCTS } from "../lib/data/products";
|
||||||
|
|||||||
@ -4,7 +4,6 @@ import { Play, PlayCircle, Star, ShieldCheck, X } from "lucide-react";
|
|||||||
import { motion, AnimatePresence } from "motion/react";
|
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 { useSettingsStore } from "../lib/store/settingsStore";
|
import { useSettingsStore } from "../lib/store/settingsStore";
|
||||||
import { videoService, Video } from "../lib/services/videoService";
|
import { videoService, Video } from "../lib/services/videoService";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user