mirror of
https://github.com/Floriansylvain/snippets-manager-front.git
synced 2026-08-19 19:53:17 +02:00
feat: auth w.i.p.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import CategoriesTable from '@/components/CategoriesTable.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="d-flex align-center justify-space-between">
|
||||
<h1 class="text-h3">Categories</h1>
|
||||
<VBtn prepend-icon="mdi-plus" variant="flat" color="primary">Create category</VBtn>
|
||||
</header>
|
||||
<CategoriesTable />
|
||||
</template>
|
||||
Reference in New Issue
Block a user