search as separate component

This commit is contained in:
Vri 🌈 2023-07-06 18:46:38 +02:00
parent 55b00030ac
commit fab03fac0c
Signed by: vrifox
GPG key ID: D40098E5B60B2197
5 changed files with 50 additions and 42 deletions

View file

@ -1,6 +1,7 @@
<script setup lang="ts">
import TheSearch from '@/components/TheSearch.vue'
</script>
<template>
Landing Page
<TheSearch />
</template>

View file

@ -1,9 +1,11 @@
<script setup lang="ts">
import FilterSidebar from '@/components/papers/FilterSidebar.vue'
import TopicList from '@/components/papers/TopicList.vue'
import SearchBar from '@/components/SearchBar.vue'
</script>
<template>
<SearchBar />
<div
class="flex flex-row"
>