refactor(AboutPage): remove unused MaterialDesignIcon component from AboutPage.vue
This commit is contained in:
@@ -714,13 +714,10 @@
|
|||||||
import Utils from "../../js/Utils";
|
import Utils from "../../js/Utils";
|
||||||
import ElectronUtils from "../../js/ElectronUtils";
|
import ElectronUtils from "../../js/ElectronUtils";
|
||||||
import DialogUtils from "../../js/DialogUtils";
|
import DialogUtils from "../../js/DialogUtils";
|
||||||
import MaterialDesignIcon from "../MaterialDesignIcon.vue";
|
|
||||||
import ToastUtils from "../../js/ToastUtils";
|
import ToastUtils from "../../js/ToastUtils";
|
||||||
export default {
|
export default {
|
||||||
name: "AboutPage",
|
name: "AboutPage",
|
||||||
components: {
|
components: {},
|
||||||
MaterialDesignIcon,
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
appInfo: null,
|
appInfo: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user