Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sirius651 committed Apr 24, 2023
1 parent b8c8755 commit afbe3bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sidenav/SidebarDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ import Logo from '../common/Logo.vue';
import ConnectionTrouble from 'src/components/common/ConnectionTrouble.vue';
import { useRouter } from 'vue-router';
import { Path as RoutePath } from 'src/router/routes';
import IconSideNft from './IconSideNFT.vue';
import IconEcosystem from './IconEcosystem.vue';
import Balloon from './Balloon.vue';
import IconSideNft from './components/IconSideNFT.vue';
import IconEcosystem from './components/IconEcosystem.vue';
import Balloon from './components/Balloon.vue';
export default defineComponent({
components: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit afbe3bb

Please sign in to comment.