ваше сообщение коммита
This commit is contained in:
11
frontend/src/views/tables/TablesListView.vue
Normal file
11
frontend/src/views/tables/TablesListView.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<BaseLayout>
|
||||
<h2>Список таблиц</h2>
|
||||
<UserTablesList />
|
||||
</BaseLayout>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import BaseLayout from '../../components/BaseLayout.vue';
|
||||
import UserTablesList from '../../components/tables/UserTablesList.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user