Tmp removed the createurl component from index until it works

This commit is contained in:
2021-08-21 17:06:51 +02:00
parent 59a411bab5
commit ea6bd074a1

View File

@@ -1,6 +1,5 @@
<script>
import Apiclient from '$lib/Apiclient';
import CreateUrl from '$lib/CreateUrl.svelte';
import Statscard from '$lib/Statscard.svelte';
$: stats = {
@@ -46,5 +45,4 @@
/>
</svg>
</Statscard>
</div>
<CreateUrl />
</div>