Implement basic search page

This commit is contained in:
2025-05-27 12:35:13 +05:00
parent b00d44aadc
commit 0b5d8a94ff
8 changed files with 420 additions and 40 deletions

11
pages/search.vue Normal file
View File

@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<div></div>
</template>
<style scoped>
</style>