Files
ebook/pages/cart/index.vue
koziavin e396883830
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 2m40s
add pages
2025-06-21 09:40:31 +04:00

9 lines
231 B
Vue

<template>
<section class="relative z-50">
<UiHeading tag="h1" size="300"> Корзина </UiHeading>
</section>
</template>
<script setup lang="ts">
import UiHeading from '~/components/Typography/UiHeading.vue'
</script>