fix small bug!
This commit is contained in:
parent
b3ee5ebc78
commit
757f3906c4
2 changed files with 7 additions and 2 deletions
|
@ -3,6 +3,13 @@
|
|||
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">
|
||||
|
|
|
@ -13,5 +13,3 @@ export let QuestionsData = $state({
|
|||
],
|
||||
});
|
||||
|
||||
|
||||
$inspect(QuestionsData.v);
|
Loading…
Add table
Add a link
Reference in a new issue