diff --git a/components/layout/CodeHighlight.js b/directives/CodeHighlight.js similarity index 100% rename from components/layout/CodeHighlight.js rename to directives/CodeHighlight.js diff --git a/plugins/primeVue.js b/plugins/primeVue.js index ab2231541..be557e949 100644 --- a/plugins/primeVue.js +++ b/plugins/primeVue.js @@ -1,7 +1,7 @@ import PrimeVue from '@/components/lib/config/PrimeVue'; import ToastService from '@/components/lib/toastservice/ToastService'; -import CodeHighlight from '@/components/layout/CodeHighlight'; +import CodeHighlight from '@/directives/CodeHighlight'; import Animate from '@/components/lib/animate/Animate'; export default defineNuxtPlugin((nuxtApp) => {