Compare commits

...

2 Commits

Author SHA1 Message Date
Joseph Montanaro 3ea9455f7e svgs are inline now 2022-11-21 15:57:32 -08:00
Joseph Montanaro 10017a97a6 update dependencies 2022-11-21 15:57:05 -08:00
2 changed files with 473 additions and 449 deletions
+473 -446
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1,9 +1,6 @@
<script>
import { createEventDispatcher } from 'svelte';
import check_circle from '../assets/check-circle.svg?raw';
import x_circle from '../assets/x-circle.svg?raw';
const dispatch = createEventDispatcher();
</script>