📝 Added CONTRIBUTING.md

This commit is contained in:
Mawoka
2022-04-06 20:16:00 +02:00
parent cfb5dbcb66
commit 483ea6eac4
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface Answer {
answer: string;
}
// TODO WTF
export interface Answer {
username: string;
answer: string;
-1
View File
@@ -145,7 +145,6 @@
</tr>
</thead>
<tbody>
<!-- Product 1 -->
{#each quizzes as quiz}
<tr
class="bg-white border-b dark:bg-gray-800 dark:border-gray-700"