Skip to content

Commit

Permalink
fix: unused queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Nov 6, 2024
1 parent 09edebf commit dc14e14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/LenderProfile/LenderProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import LenderProfileWrapper from '#src/components/LenderProfile/LenderProfileWra
import NotFoundWrapper from '#src/components/NotFound/NotFoundWrapper';
import KvPageContainer from '@kiva/kv-components/vue/KvPageContainer';
import useBadgeData from '#src/composables/useBadgeData';
import userAchievementProgressQuery from '#src/graphql/query/userAchievementProgress.graphql';
import contentfulEntriesQuery from '#src/graphql/query/contentfulEntries.graphql';
import lenderProfileBadgeDataQuery from '#src/graphql/query/lenderProfileBadgeData.graphql';
export default {
Expand Down

0 comments on commit dc14e14

Please sign in to comment.