Skip to content

Commit

Permalink
fix: Removed commented code at main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldemylla authored May 23, 2024
1 parent b58b7b9 commit 8838a7c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ import { useRoute, useRouter } from 'vue-router';
import App from './App.vue';
import router from './router';
import VueAwesomeSwiper from 'vue-awesome-swiper';
// import LogRocket from 'logrocket';

import Unnnic from './utils/plugins/UnnnicSystem';
import '@weni/unnnic-system/dist/style.css';

// import style (>= Swiper 6.x)
import 'swiper/swiper-bundle.css';

// import getEnv from './utils/env';

// LogRocket.init(getEnv('VUE_APP_LOGROCKET_ID'), {
// mergeIframes: true,
// parentDomain: getEnv('VUE_APP_PARENT_DOMAIN'),
// });

const app = createApp(App);
const pinia = createPinia();

Expand Down

0 comments on commit 8838a7c

Please sign in to comment.