Neuaufbau des Repositories
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Head, Link, useForm } from '@inertiajs/vue3';
|
import { Head, Link, useForm } from '@inertiajs/vue3';
|
||||||
import AdminLayout from '@/layouts/AdminLayout.vue';
|
|
||||||
import { Plus, Edit2, Trash2 } from 'lucide-vue-next';
|
import { Plus, Edit2, Trash2 } from 'lucide-vue-next';
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
@@ -26,7 +25,6 @@ const deleteUser = (id: number) => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Head title="Users" />
|
<Head title="Users" />
|
||||||
<AdminLayout>
|
|
||||||
<div class="max-w-6xl mx-auto space-y-6">
|
<div class="max-w-6xl mx-auto space-y-6">
|
||||||
<div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
|
<div class="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
|
||||||
<div>
|
<div>
|
||||||
@@ -99,5 +97,4 @@ const deleteUser = (id: number) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</AdminLayout>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user