Cleaned up left over lines breaking the build

This commit is contained in:
thepaperpilot 2022-02-28 23:53:15 -06:00
parent 93bbb5751e
commit 1d732943fd

View file

@ -1,8 +1,6 @@
<script setup lang="ts">
import { computed, toRefs } from 'vue'
import { useRoute, withBase } from 'vitepress'
import { useNavLink } from '../composables/navLink'
import OutboundLink from './icons/OutboundLink.vue'
const props = defineProps<{
item: {