added none layout

This commit is contained in:
Mamalizz
2025-01-25 02:11:41 +03:30
parent 29211e1c03
commit 8982acb801
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts"></script>
<template>
<main class="w-full h-[100svh] font-iran-yekan-x">
<slot />
</main>
</template>
<style scoped></style>