<script setup>
import FormControl from '@/Components/FormControl.vue';
</script>
<template>
<FormControl id="searchInput" ref="root" placeholder="Search (ctrl+k)" ctrl-k-focus transparent borderless />
</template>