Skip to content

Commit

Permalink
fix bug css product media
Browse files Browse the repository at this point in the history
  • Loading branch information
dangthang1903 committed Aug 21, 2024
1 parent 0d7d698 commit 470a187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/product-form/product-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { useState } from "react";
import type { MediaFragment } from "storefrontapi.generated";
import { FreeMode, Pagination, Thumbs } from "swiper/modules";
import { Swiper, type SwiperClass, SwiperSlide } from "swiper/react";
import 'swiper/css/free-mode';
import 'swiper/css/navigation';
import 'swiper/css/thumbs';

interface ProductMediaProps {
selectedVariant: any;
Expand Down

0 comments on commit 470a187

Please sign in to comment.