svgs are inline now

This commit is contained in:
Joseph Montanaro 2022-11-21 15:57:32 -08:00
parent 10017a97a6
commit 3ea9455f7e

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>