cluster selection

This commit is contained in:
2026-07-12 11:19:16 +02:00
parent 9f1104b34f
commit 235cdacf9e
8 changed files with 107 additions and 40 deletions
+4
View File
@@ -3,3 +3,7 @@
<SidebarContainer />
</main>
</template>
<script lang="ts">
definePageMeta({ key: "lines" });
</script>
@@ -1,5 +0,0 @@
<template>
<main>
<SidebarContainer />
</main>
</template>
-5
View File
@@ -1,5 +0,0 @@
<template>
<div>
<SidebarContainer />
</div>
</template>