Clean up file structure

Speed up compile times
This commit is contained in:
Michał Gdula 2024-04-27 17:37:08 +01:00
parent 8416549858
commit 109386bf51
15 changed files with 171 additions and 221 deletions

View file

@ -1,5 +1,5 @@
<script>
import { PaperPlaneRight } from "phosphor-svelte";
import PaperPlaneRight from "phosphor-svelte/lib/PaperPlaneRight";
import DropDown from "%/components/DropDown.svelte";
import { expandOnTyping } from "%/lib/utils.js";