Move the search bar in the search results view into the navigation bar #82

Merged
jakob.scheid merged 10 commits from chore/searchbar into main 2026-05-29 18:30:06 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit a33bc047fa - Show all commits
@@ -15,7 +15,7 @@ limitations under the License.
-->
<script setup>
import Searchbar from '@/features/search/components/Searchbar.vue';
import Searchbar from '@/features/nav/components/Searchbar-SearchResults.vue';
import { useI18n } from 'vue-i18n';