add scenarios editor

This commit is contained in:
2026-07-19 19:23:21 +07:00
parent a97993c70b
commit 83b3ae5dfe
6 changed files with 211 additions and 64 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import ScenariosEditorPage from '@/components/ScenariosEditorPage.vue';
</script>
<template>
<ScenariosEditorPage />
</template>
<style lang="css"></style>