Add search results route

This commit is contained in:
2026-05-10 16:40:48 +02:00
parent 24926b7312
commit 8cdf16f144
2 changed files with 10 additions and 3 deletions
@@ -1,2 +1,6 @@
<script setup>
defineProps(['searchQuery'])
</script>
<template>
</template>