quick chat entfernt, profil seiten hinzugefügt, chatt (contacts) verändert

This commit is contained in:
danielvici123
2025-03-12 14:11:25 +01:00
parent 4411c7def6
commit c7365703df
15 changed files with 199 additions and 44 deletions

View File

@@ -1,9 +1,7 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue';
import { useRoute } from 'vue-router';
import Trending from "./home_components/trending.vue";
import Navigationbar from "./home_components/navigationbar.vue";
import QuickSearch from "./home_components/quick_search.vue";
import Contacts from "./home_components/contacts.vue";
import Legal from "./home_components/legal.vue";
@@ -44,7 +42,6 @@ onMounted(async () => {
</div>
</div>
<div class="w-1/4">
<quick-search></quick-search>
<contacts></contacts>
<legal></legal>
</div>