Skip to content

Commit

Permalink
fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Dec 18, 2024
1 parent 82e190d commit 72954ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/header/mobile/MobileNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ import { providerEndpoints } from 'src/config/chainEndpoints';
import { useBreakpoints, useGovernance, useNetworkInfo } from 'src/hooks';
import { socialUrl, surgeUrl } from 'src/links';
import { Path as RoutePath } from 'src/router/routes';
import { socialUrl } from 'src/links';
import { useStore } from 'src/store';
import { computed, defineComponent, ref } from 'vue';
import { useRouter } from 'vue-router';
Expand Down
1 change: 0 additions & 1 deletion src/components/sidenav/SidebarDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ import { useRouter } from 'vue-router';
import Logo from '../common/Logo.vue';
import SidebarOptionDesktop from './SidebarOptionDesktop.vue';
import IconEcosystem from './components/IconEcosystem.vue';
import { socialUrl } from 'src/links';
export default defineComponent({
components: {
Expand Down

0 comments on commit 72954ca

Please sign in to comment.