diff --git a/src/pages/ProductPage.vue b/src/pages/ProductPage.vue index 7549322..d904147 100644 --- a/src/pages/ProductPage.vue +++ b/src/pages/ProductPage.vue @@ -7,11 +7,11 @@ import { useRoute } from "vue-router"; import IconArrowCircleFilledLeft from "components/icons/IconArrowCircleFilledLeft.vue"; import IconArrowCircleFilledRight from "components/icons/IconArrowCircleFilledRight.vue"; import IconPencilGreen from "components/icons/IconPencilGreen.vue"; -import IconEmail from "components/icons/social/IconEmail.vue"; -import IconLinkedin from "components/icons/social/IconLinkedin.vue"; -import IconShare from "components/icons/social/IconShare.vue"; -import IconTwitter from "components/icons/social/IconTwitter.vue"; -import IconWhatsapp from "components/icons/social/IconWhatsapp.vue"; +// import IconEmail from "components/icons/social/IconEmail.vue"; +// import IconLinkedin from "components/icons/social/IconLinkedin.vue"; +// import IconShare from "components/icons/social/IconShare.vue"; +// import IconTwitter from "components/icons/social/IconTwitter.vue"; +// import IconWhatsapp from "components/icons/social/IconWhatsapp.vue"; import ProductCarousel from "components/quasar-components/carousel/ProductCarousel.vue"; import DudasSection from "components/sections/DudasSection.vue"; import Card from "components/ui/Card.vue"; @@ -28,11 +28,11 @@ export default defineComponent({ name: "ProductPage", components: { IconPencilGreen, - IconWhatsapp, - IconLinkedin, - IconTwitter, - IconShare, - IconEmail, +// IconWhatsapp, +// IconLinkedin, +// IconTwitter, +// IconShare, +// IconEmail, DudasSection, Container, Card,