stadtratmonitor-vue/src/components/SearchBar.vue

7 lines
126 B
Vue
Raw Normal View History

2023-06-28 19:05:46 +02:00
<script setup lang="ts">
2023-07-06 18:46:38 +02:00
import TheSearch from '@/components/TheSearch.vue';
2023-06-07 17:31:37 +02:00
</script>
<template>
2023-07-06 18:46:38 +02:00
<TheSearch />
2023-06-07 17:31:37 +02:00
</template>