remove inspect for now as its not needed
This commit is contained in:
parent
4249f62cc5
commit
5b9054272f
1 changed files with 0 additions and 7 deletions
|
@ -3,13 +3,6 @@
|
||||||
import QuestionsList from "./QuestionsList.svelte";
|
import QuestionsList from "./QuestionsList.svelte";
|
||||||
import QuestionOptions from "./QuestionOptions.svelte";
|
import QuestionOptions from "./QuestionOptions.svelte";
|
||||||
import Buttons from "./Buttons.svelte";
|
import Buttons from "./Buttons.svelte";
|
||||||
|
|
||||||
import { QuestionsData } from "./create.svelte.js";
|
|
||||||
import { onMount } from "svelte";
|
|
||||||
|
|
||||||
onMount(() => {
|
|
||||||
$inspect(QuestionsData.v);
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex h-full justify-between">
|
<div class="flex h-full justify-between">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue