Amir Hossein Moghiseh 2025-02-25 18:31:29 +03:30
parent 819b26456d
commit c0533b62af
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import { ChevronRight } from "lucide-react";
import { ShoppingCart } from "lucide-react";
import { getLocale, getMessages } from "next-intl/server";
import Link from "next/link";
import { notFound } from "next/navigation";
import BrandInfo from "src/components/Product/BrandInfo";
import ProductDescription from "src/components/Product/ProductDescription";
import ProductGallery from "src/components/Product/ProductGallery";