Files
2025-03-18 17:33:13 +03:30

8 lines
164 B
Vue

<script setup lang="ts"></script>
<template>
<main class="w-full h-[100svh] font-iran-yekan-x overflow-x-hidden">
<NuxtPage />
</main>
</template>