diff --git a/frontend/src/components/Layout/Navigation/CommitLink.vue b/frontend/src/components/Layout/Navigation/CommitLink.vue index 161de09bbc0..05b9baabf26 100644 --- a/frontend/src/components/Layout/Navigation/CommitLink.vue +++ b/frontend/src/components/Layout/Navigation/CommitLink.vue @@ -7,8 +7,7 @@ rel="noopener noreferrer"> diff --git a/frontend/types/global/components.d.ts b/frontend/types/global/components.d.ts index d2b5c2a940e..ec5b8cffba3 100644 --- a/frontend/types/global/components.d.ts +++ b/frontend/types/global/components.d.ts @@ -127,7 +127,6 @@ declare module 'vue' { VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText'] VFooter: typeof import('vuetify/components')['VFooter'] VForm: typeof import('vuetify/components')['VForm'] - VIcon: typeof import('vuetify/components')['VIcon'] VItemGroup: typeof import('vuetify/components')['VItemGroup'] VList: typeof import('vuetify/components')['VList'] VListItem: typeof import('vuetify/components')['VListItem']