Move to directives folder

pull/4618/head
Cagatay Civici 2023-10-15 17:04:58 +03:00
parent 5bed4f752b
commit c0bf815e92
2 changed files with 1 additions and 1 deletions

View File

@ -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) => {