diff --git a/app/src/apps/Examinations/Lab.svelte b/app/src/apps/Examinations/Lab.svelte index f6d8d5d3..8907c939 100644 --- a/app/src/apps/Examinations/Lab.svelte +++ b/app/src/apps/Examinations/Lab.svelte @@ -3,6 +3,7 @@ import { mathjaxLoad, mathjaxTypeset } from "../../utilities"; import { Question } from "./components"; import { Button } from "../../components"; + import { LoadingAnimation } from "../../components/LoadingAnimation"; import Lab from "./lib/examinations/Lab"; export let data; @@ -45,8 +46,7 @@ on:update={updateLab} /> {:else} - -
Loading...
+ {/if}