Tmp removed the createurl component from index until it works

This commit is contained in:
Nicolai Ort 2021-08-21 17:06:51 +02:00
parent 59a411bab5
commit ea6bd074a1
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 3 deletions

View File

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