removed sass

This commit is contained in:
2024-10-10 19:55:21 +03:00
parent 828fca7e8f
commit fea7610665
40 changed files with 1994 additions and 26 deletions
-1
View File
@@ -1,7 +1,6 @@
<script>
import {onDestroy, onMount} from "svelte";
import Trix from "trix"
import "trix/dist/trix.css"
export let value = "";
export let field;