<script setup lang="ts">
import TheSearch from '@/components/TheSearch.vue';
</script>
<template>
<TheSearch />
</template>