Skip to content

Commit

Permalink
fix: remove unused link and views
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Oct 10, 2024
1 parent dd1e412 commit 50942e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
94 changes: 0 additions & 94 deletions src/tools/network/views/HomeView.vue

This file was deleted.

8 changes: 0 additions & 8 deletions src/tools/network/views/NetworkHomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@
MAC address to IPv6 Link Local Address Converter
</n-button>
</router-link>
<router-link to="/tools/network/ipv6-to-mac" #="{ navigate, href }" custom>
<n-button tag="a" :href="href" @click="navigate" text>
<template #icon>
<n-icon :component="ArrowStepInLeft24Regular" />
</template>
IPv6 address to MAC Address Converter
</n-button>
</router-link>
</n-space>
</main>
</template>
Expand Down

0 comments on commit 50942e8

Please sign in to comment.