Skip to content

Commit

Permalink
revert adding vue-material-design-icons since unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nursoda committed Sep 4, 2022
1 parent 6e6cd6f commit 1b97234
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

import Vue from 'vue'
import EmailSettings from './views/EmailSettings.vue'
import 'vue-material-design-icons/styles.css';
import AppIcon from 'vue-material-design-icons/CardAccountMail.vue';
Vue.component('app-icon', AppIcon);

new Vue({
render: h => h(EmailSettings),
Expand Down

0 comments on commit 1b97234

Please sign in to comment.