Skip to content

Commit b7250d1

Browse files
committed
chore: add missing import
1 parent 3b214f8 commit b7250d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Package/Header.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script setup lang="ts">
2+
import type { RouteLocationRaw } from 'vue-router'
23
import { SCROLL_TO_TOP_THRESHOLD } from '~/composables/useScrollToTop'
34
45
const props = defineProps<{

0 commit comments

Comments
 (0)