diff --git a/src/lib/components/gltf/Github3d.svelte b/src/lib/components/gltf/Github3d.svelte index 5e2c117..f0e1d97 100644 --- a/src/lib/components/gltf/Github3d.svelte +++ b/src/lib/components/gltf/Github3d.svelte @@ -1,29 +1,29 @@ + + - {#await gltf} - - {:then gltf} - - {:catch error} - - {/await} + {#await gltf} + + {:then gltf} + + {:catch error} + + {/await} - + diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index da3e9b0..d8bc7f4 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -1,3 +1,4 @@ +