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

919
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,6 @@
<script> <script>
import { createEventDispatcher } from 'svelte'; 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(); const dispatch = createEventDispatcher();
</script> </script>