diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 58ca361..d085fbb 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -11,8 +11,8 @@ import { CardStyle, PrimaryButtonStyle, SecondaryButtonStyle, - HeadingFontWeight -} from "@/providers/themeProvider/ThemeProvider.types"; + HeadingFontWeight +} from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';