time limit now works and the limit shows in the hosts screen!

This commit is contained in:
RezHackXYZ 2025-06-01 11:59:52 +05:30
parent 41941f98e8
commit c3cfa144d3
8 changed files with 79 additions and 2 deletions

View file

@ -1,8 +1,10 @@
<script>
import PeopleAwnsered from "./PeopleAwnsered.svelte";
import Display from "./awnseringQuetions/display.svelte";
import TimeLeft from "./timeLeft.svelte";
</script>
<h1 class="m-[0] text-7xl">HOSTING</h1>
<Display />
<PeopleAwnsered />
<TimeLeft />