Skip to content

Commit

Permalink
Update frontend/src/pages/search/index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Feb 12, 2024
1 parent b710161 commit 26bc297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/search/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</template>

<script lang="ts">
import { defineComponent, PropType } from "vue"
import { defineComponent, type PropType } from "vue"
import type { AllMediaResults } from "~/types/result"
Expand Down

0 comments on commit 26bc297

Please sign in to comment.