BlockViewer codehighlight moved to componentes folder

This commit is contained in:
Bahadır Sofuoğlu
2022-11-16 10:05:16 +03:00
parent 801ddbb3d8
commit 0731a2b548
4 changed files with 9 additions and 9 deletions

View File

@@ -100,8 +100,8 @@ import TreeTable from 'primevue/treetable';
import TriStateCheckbox from 'primevue/tristatecheckbox';
import VirtualScroller from 'primevue/virtualscroller';
import CodeHighlight from '@/layout/CodeHighlight';
import BlockViewer from '@/layout/BlockViewer.vue';
import CodeHighlight from '@/components/CodeHighlight';
import BlockViewer from '@/components/BlockViewer.vue';
import 'prismjs/themes/prism-coy.css';
import '@/assets/styles.scss';