fix: backend none templates (#241)

This commit is contained in:
Aman Varshney
2025-05-10 08:10:23 +05:30
committed by GitHub
parent 4e4ad2b9ee
commit 8209713bd6
29 changed files with 519 additions and 353 deletions

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<div class="grid grid-rows-[auto_1fr] h-full">
<Header />
<main class="overflow-y-auto">
<slot />
</main>
</div>
</template>