From 96d8c80ca5adc20efc364d3bf798820efcfb3cd3 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 7 Aug 2023 17:18:35 -0700 Subject: [PATCH] chore: promo comment out reorg --- components/Modals.ce.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Modals.ce.vue b/components/Modals.ce.vue index f4fd436a3..08c403cd1 100644 --- a/components/Modals.ce.vue +++ b/components/Modals.ce.vue @@ -6,20 +6,20 @@ import 'tailwindcss/tailwind.css'; import '~/assets/main.css'; import { useCallbackActionsStore } from '~/store/callbackActions'; -// import { usePromoStore } from '~/store/promo'; import { useTrialStore } from '~/store/trial'; const { t } = useI18n(); const { callbackStatus } = storeToRefs(useCallbackActionsStore()); -// const { promoVisible } = storeToRefs(usePromoStore()); const { trialModalVisible } = storeToRefs(useTrialStore()); +// import { usePromoStore } from '~/store/promo'; +// const { promoVisible } = storeToRefs(usePromoStore()); +//