5 lines
84 B
Svelte
5 lines
84 B
Svelte
|
|
<script>
|
||
|
|
import {strings} from "../js/stores";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<p>{$strings.loading}</p>
|