From 3f442a65923a8e9b722bc79df8ee709e67bbe3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 6 Mar 2020 12:06:55 +0100 Subject: [PATCH] refactoring --- src/main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.js b/src/main.js index eac059ed..87c228c2 100644 --- a/src/main.js +++ b/src/main.js @@ -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 'prismjs/themes/prism-okaidia.css' - import DefaultLayout from '~/layouts/Default.vue' import Demo from '~/components/Demo.vue'