refactoring

This commit is contained in:
Philipp Kühn
2020-03-06 12:06:55 +01:00
parent 1dea0299ec
commit 3f442a6592

View File

@@ -1,9 +1,5 @@
// This is the main.js file. Import global CSS and scripts here.
// The Client API can be used here. Learn more: gridsome.org/docs/client-api
import Prism from 'prismjs' import Prism from 'prismjs'
import 'prismjs/themes/prism-okaidia.css' import 'prismjs/themes/prism-okaidia.css'
import DefaultLayout from '~/layouts/Default.vue' import DefaultLayout from '~/layouts/Default.vue'
import Demo from '~/components/Demo.vue' import Demo from '~/components/Demo.vue'