🔧
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script setup>
|
||||
import { Head } from "@inertiajs/vue3";
|
||||
// import { Head } from "@inertiajs/vue3";
|
||||
|
||||
const props = defineProps(["user"]);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Head title="User Profile" />
|
||||
<!-- <Head title="User Profile" /> -->
|
||||
|
||||
<h2 class="font-semibold text-xl text-gray-800 leading-tight">Profile</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user