\ No newline at end of file
diff --git a/src/lib/components/ScenarioPanel.svelte b/src/lib/components/ScenarioPanel.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/src/lib/components/TabComponent.svelte b/src/lib/components/TabComponent.svelte
new file mode 100644
index 0000000..594f4d0
--- /dev/null
+++ b/src/lib/components/TabComponent.svelte
@@ -0,0 +1,50 @@
+
+
+
+ {#each tabs as tab (tab.id)}
+
+ {/each}
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/TelemetryPanel.svelte b/src/lib/components/TelemetryPanel.svelte
new file mode 100644
index 0000000..7a69ca4
--- /dev/null
+++ b/src/lib/components/TelemetryPanel.svelte
@@ -0,0 +1,97 @@
+
+
+
+
+ Последние данные телеметрии
+
+
+ {#if !isCollapsed}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/if}
+
+
diff --git a/src/routes/Toast.svelte b/src/lib/components/Toast.svelte
similarity index 100%
rename from src/routes/Toast.svelte
rename to src/lib/components/Toast.svelte
diff --git a/src/routes/WindVisualisation.svelte b/src/lib/components/WindVisualisation.svelte
similarity index 99%
rename from src/routes/WindVisualisation.svelte
rename to src/lib/components/WindVisualisation.svelte
index b028916..386c503 100644
--- a/src/routes/WindVisualisation.svelte
+++ b/src/lib/components/WindVisualisation.svelte
@@ -96,7 +96,7 @@
displayValues: true,
displayOptions: {
velocityType: 'Wind Speed',
- position: 'bottomleft',
+ position: 'bottomright',
emptyString: 'No wind data',
},
data: windData
diff --git a/src/routes/ControlPanel.svelte b/src/routes/ControlPanel.svelte
deleted file mode 100644
index 5288255..0000000
--- a/src/routes/ControlPanel.svelte
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-