remove inspect for now as its not needed

This commit is contained in:
RezHackXYZ 2025-06-02 20:31:38 +05:30
parent 4249f62cc5
commit 5b9054272f

View file

@ -3,13 +3,6 @@
import QuestionsList from "./QuestionsList.svelte";
import QuestionOptions from "./QuestionOptions.svelte";
import Buttons from "./Buttons.svelte";
import { QuestionsData } from "./create.svelte.js";
import { onMount } from "svelte";
onMount(() => {
$inspect(QuestionsData.v);
});
</script>
<div class="flex h-full justify-between">