fix(config): remove unused and removed imports of original css style sheets to avoid crashes on build

This commit is contained in:
andatoshiki 2023-03-02 10:15:10 +08:00
parent a2a68df92e
commit 0b9c14b8d7

View File

@ -10,7 +10,7 @@ import mediumZoom from 'medium-zoom'
// custom styles import
import './styles/index.scss'
import './styles/vars.css'
// @ts-ignore
// custom components and vue template layouts
import CustomLayout from './CustomLayout.vue'