This commit is contained in:
2026-07-19 14:45:03 +07:00
parent 75efb4cbf0
commit 3f8b8ba432
12 changed files with 105 additions and 90 deletions
+4 -2
View File
@@ -3,9 +3,11 @@ import HeaderMenu from '@/components/HeaderMenu.vue'
</script>
<template>
<HeaderMenu :add-logout="true" active="scenarios"/>
<HeaderMenu :add-logout="true" active="scenarios" />
Сценарии
<div class="center-block-custom">
Сценарии
</div>
</template>
<style scoped></style>