From 434671b4a20b785b22d8d02b7b7bc360d88210f3 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 26 Feb 2024 22:22:55 -0800 Subject: [PATCH] chore: delete old model --- .../Visualization/models/Hornet.svelte | 95 ------------------- 1 file changed, 95 deletions(-) delete mode 100644 client/src/lib/Dashboard/Visualization/models/Hornet.svelte diff --git a/client/src/lib/Dashboard/Visualization/models/Hornet.svelte b/client/src/lib/Dashboard/Visualization/models/Hornet.svelte deleted file mode 100644 index 847fbdd..0000000 --- a/client/src/lib/Dashboard/Visualization/models/Hornet.svelte +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - {#await gltf} - - {:then gltf} - - - - - - - - - - - - {:catch error} - - {/await} - - -