feat: WIP: update to new components structure

This commit is contained in:
2026-02-05 14:25:00 +05:00
parent 21551ef7d7
commit b2e3cf528c
10 changed files with 582 additions and 433 deletions
+13
View File
@@ -0,0 +1,13 @@
<script lang="ts">
import TextManager from "$components/text/TextManager.svelte";
import Card from "./Card.svelte";
</script>
<div class="text-bar">
<Card title="Тексты панелей"><TextManager /></Card>
<Card title="Настройки текста">Настройки текста</Card>
</div>
<style>
</style>