added profile layout
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
<script setup lang="ts"></script>
|
<script setup lang="ts">
|
||||||
|
// imports
|
||||||
|
|
||||||
|
import useGetAccount from "~/composables/api/account/useGetAccount";
|
||||||
|
|
||||||
|
// queries
|
||||||
|
|
||||||
|
const { suspense } = useGetAccount();
|
||||||
|
|
||||||
|
await suspense();
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
@@ -7,7 +17,7 @@
|
|||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
<main
|
<main
|
||||||
class="w-full overflow-x-hidden container flex items-start gap-[5rem]"
|
class="w-full overflow-x-hidden container flex items-start gap-[2rem]"
|
||||||
>
|
>
|
||||||
<ProfileSidebar />
|
<ProfileSidebar />
|
||||||
<div class="w-9/12">
|
<div class="w-9/12">
|
||||||
|
|||||||
Reference in New Issue
Block a user