From 2ab87cef7a3bbf5b13809352c076af7e26bccc17 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 27 May 2024 10:20:40 +0300 Subject: [PATCH] Remove comments --- plugins/app-state.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/app-state.js b/plugins/app-state.js index b30caa721..2b053d79c 100644 --- a/plugins/app-state.js +++ b/plugins/app-state.js @@ -1,5 +1,3 @@ -//import Noir from '@/themes/app-theme'; -//import PrimeVue from 'primevue/config'; import { reactive } from 'vue'; const $appState = { @@ -20,7 +18,4 @@ const $appState = { export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use($appState); - /*nuxtApp.vueApp.use(PrimeVue, { - theme: Noir - });*/ });