Local imports added for layout

This commit is contained in:
Bahadır Sofuoğlu
2022-11-16 16:49:46 +03:00
parent 913c84e7b8
commit 5d9e73921b
3 changed files with 8 additions and 1 deletions

View File

@@ -103,7 +103,6 @@ import VirtualScroller from 'primevue/virtualscroller';
import CodeHighlight from '@/components/CodeHighlight';
import BlockViewer from '@/components/BlockViewer.vue';
import 'prismjs/themes/prism-coy.css';
import '@/assets/styles.scss';
const app = createApp(App);