Compare commits
No commits in common. "3ea9455f7e79dea3f8f05a567423b45926b0d917" and "b30e8bcea17e44ae6a13469a34007bc9763d93cb" have entirely different histories.
3ea9455f7e
...
b30e8bcea1
923
package-lock.json
generated
923
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,9 @@
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user