Skip to content

Commit

Permalink
fix: remove unused component comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 7, 2023
1 parent 36ce485 commit a802ba2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Homepage/WhyKiva.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,12 @@
<script>
import _get from 'lodash/get';
import numeral from 'numeral';
// import KvIcon from '@/components/Kv/KvIcon';
import whyKivaQuery from '@/graphql/query/whyKivaData.graphql';
import getCacheKey from '@/util/getCacheKey';
export default {
name: 'WhyKiva',
serverCacheKey: () => getCacheKey('WhyKiva'),
components: {
// KvIcon
},
inject: ['apollo', 'cookieStore'],
data() {
return {
Expand Down

0 comments on commit a802ba2

Please sign in to comment.