Fix icons on home page

This commit is contained in:
Mikołaj Pich 2020-01-02 19:41:14 +01:00
parent 4ec4ab96df
commit e6ec50d8eb
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -12,6 +12,7 @@
import HomeFeaturesTableSection from '../components/HomeFeaturesTableSection.vue';
import HomeDownloadSection from '../components/HomeDownloadSection.vue';
import HomeContactFormSection from '../components/HomeContactFormSection.vue';
import '@mdi/font/css/materialdesignicons.min.css';
export default {
name: 'home-view',