Skip to content

Commit

Permalink
chore: post merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
olgakup committed Oct 23, 2024
1 parent 30933a1 commit c07d1b7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,13 @@
</template>

<script setup lang="ts">
<<<<<<< HEAD
import { computed, PropType, ref } from "vue";
import NetworkNftsItem from "./network-nfts-item.vue";
import NftSortMenu from "@action/icons/nft/nft-sort-menu.vue";
import NetworkNftsCategorySortMenu from "./network-nfts-category-sort-menu.vue";
import { NFTCollection } from "@/types/nft";
import { onClickOutside } from "@vueuse/core";
import Tooltip from "@/ui/action/components/tooltip/index.vue";
=======
import { computed, PropType, ref } from 'vue';
import NetworkNftsItem from './network-nfts-item.vue';
import NftSortMenu from '@action/icons/nft/nft-sort-menu.vue';
import NetworkNftsCategorySortMenu from './network-nfts-category-sort-menu.vue';
import { NFTCollection } from '@/types/nft';
import { onClickOutside } from '@vueuse/core';
>>>>>>> devop/vite-migrate
const isOpenSort = ref(false);
const isAbcSort = ref(true);
Expand Down

1 comment on commit c07d1b7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.