Adds almost complete use of ESP32-sveltekit template

This commit is contained in:
Rune Harlyk
2024-03-29 01:40:08 +01:00
committed by Rune Harlyk
parent 290f678253
commit cde36ffda5
82 changed files with 7170 additions and 212 deletions
+7 -3
View File
@@ -1,5 +1,9 @@
<script>
import Model from "$lib/components/Views/Model.svelte";
<script lang="ts">
import Visualization from "$lib/components/Visualization.svelte";
</script>
<Model />
<div class="grow flex">
<div class="absolute h-screen w-full top-0">
<Visualization />
</div>
</div>