rBD IS WORKING!!!! at least for now!

This commit is contained in:
RezHackXYZ 2025-05-18 12:42:44 +05:30
parent 3ad30b476a
commit 8e1cfbcb6f
No known key found for this signature in database
31 changed files with 374 additions and 81 deletions

View file

@ -0,0 +1,9 @@
<script>
import { SubmitAnswer } from "../../../logic/SubmitAnswer.js";
</script>
<button
class="mt-4 cursor-pointer gap-0 rounded-lg bg-green-700 p-2 text-3xl transition-all hover:scale-110 hover:-rotate-10"
onclick={SubmitAnswer}
>submit answer
</button>