группировка по папкам + удоление источников
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-19 19:14:46 +10:00
parent 796769d270
commit 6e58337490
12 changed files with 63 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
<script setup>
import { onMounted, ref, watch } from "vue";
import All_new_section from "./components/All_new_section.vue";
import General_section from "./components/General_section.vue";
import Setings from "./components/Setings.vue";
import Authe from "./components/Authe.vue";
import Istochnik from "./components/Istochnik.vue";
import All_new_section from "./components/Naw_bar/All_new_section.vue";
import General_section from "./components/News_section/General_section.vue";
import Setings from "./components/Settings_section/Setings.vue";
import Authe from "./components/Autherization/Authe.vue";
import Istochnik from "./components/Istochnik_section/Istochnik.vue";
// Инициализация темы при загрузке приложения
onMounted(() => {