Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Sep 11, 2023
1 parent b4f147b commit 23e62f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/-index-honee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import AddressAssets from '~/components/AddressAssets.vue';
import InvestmentList from '~/components/InvestmentList.vue';
import PortfolioLeaderboard from '~/components/PortfolioLeaderboard.vue';
import PortfolioList from '~/components/PortfolioList.vue';
import MetagardenMeganetCard from '~/components/CardMeganet.vue';
//import MetagardenMeganetCard from '~/components/CardMeganet.vue';
import MetagardenLootboxCard from '~/components/MetagardenLootboxCard.vue';
const BASE_CARD = {
Expand Down Expand Up @@ -47,7 +47,7 @@ export default {
cardList,
components: {
MetagardenLootboxCard,
MetagardenMeganetCard,
//MetagardenMeganetCard,
Card,
// CardPremium,
//CardSwHold,
Expand Down

0 comments on commit 23e62f5

Please sign in to comment.