generated from VLADIMIR/template_frontend
add storage
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import OfficePage from '@/components/OfficePage.vue';
|
||||
</script>
|
||||
|
||||
<!-- Страница авторизации -->
|
||||
<template>
|
||||
<main>
|
||||
<OfficePage />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user