Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Jan 3, 2024
1 parent c62a6ef commit 0e3081d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/components/NetworkDeprecated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@

<script lang="ts" setup>
import { computed } from "vue";
import { useRoute } from "vue-router";
import SystemAlert from "@/components/common/SystemAlert.vue";
import useContext from "@/composables/useContext";
import { getWindowLocation } from "@/utils/helpers";
const route = useRoute();
const { networks } = useContext();
const newNetworkUrl = computed(() => {
Expand Down

0 comments on commit 0e3081d

Please sign in to comment.