fix: remove old components

This commit is contained in:
2026-02-05 14:58:19 +05:00
parent 7ebbc85e3a
commit f1f37aec9e
17 changed files with 0 additions and 1983 deletions
-10
View File
@@ -1,10 +0,0 @@
<script lang="ts">
import IconPlus from "$components/ui/Icons/IconPlus.svelte";
</script>
<div class="input-group">
<input type="text" id="panelTextInput" placeholder="Введите текст..." class="text-input" />
<button id="addTextBtn" class="btn btn-primary">
<IconPlus />
</button>
</div>