diff --git a/src/lib/components/Report.svelte b/src/lib/components/Report.svelte new file mode 100644 index 0000000..38e3ced --- /dev/null +++ b/src/lib/components/Report.svelte @@ -0,0 +1,128 @@ + + +
+
{ + event.preventDefault(); + uploading = true; + await uploadReport(); + uploading = false; + hideFunc(); + }} + class="reportContainer" + > +

Submit a Report

+

What's the reason?

+ + +