This commit is contained in:
2026-08-05 23:00:14 +07:00
parent 33cde1d28b
commit ec6a5dc709
16 changed files with 11 additions and 34 deletions
-2
View File
@@ -9,5 +9,3 @@ import HeaderMenu from '@/components/HeaderMenu.vue'
<HeaderMenu />
</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import OfficePage from '@/components/OfficePage.vue'
<template>
<OfficePage />
</template>
<style lang="css"></style>
-2
View File
@@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>Соглашением о персональных данных</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenarioPage from '@/components/ScenarioPage.vue'
<template>
<ScenarioPage />
</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenariosEditorPage from '@/components/ScenariosEditorPage.vue'
<template>
<ScenariosEditorPage />
</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import ScenariosPage from '@/components/ScenariosPage.vue'
<template>
<ScenariosPage />
</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import TeamStoryPage from '@/components/TeamStoryPage.vue'
<template>
<TeamStoryPage />
</template>
<style lang="css"></style>
-2
View File
@@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>Пользовательское соглашение</template>
<style lang="css"></style>
-2
View File
@@ -5,5 +5,3 @@ import UsersPage from '@/components/UsersPage.vue'
<template>
<UsersPage />
</template>
<style lang="css"></style>