Skip to content

Commit

Permalink
fix(home): remove unused component in view
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed May 1, 2024
1 parent e70c365 commit 91c3350
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/x-components/src/views/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@
import Vue from 'vue';
import { Component } from 'vue-property-decorator';
import { animateClipPath } from '../../components/animations/animate-clip-path/animate-clip-path.factory';
import AnimateWidth from '../../components/animations/animate-width.vue';
import StaggeredFadeAndSlide from '../../components/animations/staggered-fade-and-slide.vue';
import AutoProgressBar from '../../components/auto-progress-bar.vue';
import BaseDropdown from '../../components/base-dropdown.vue';
Expand Down Expand Up @@ -533,7 +532,6 @@
infiniteScroll
},
components: {
AnimateWidth,
DisplayEmitter,
QueryPreviewButton,
DisplayResultProvider,
Expand Down

0 comments on commit 91c3350

Please sign in to comment.