Remove comments

pull/5806/head
Cagatay Civici 2024-05-27 10:20:40 +03:00
parent 2feb01c714
commit 2ab87cef7a
1 changed files with 0 additions and 5 deletions

View File

@ -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
});*/
});