add pages
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 2m40s

This commit is contained in:
2025-06-21 09:00:38 +04:00
parent f8a632b6df
commit e396883830
19 changed files with 490 additions and 81 deletions

8
pages/cart/index.vue Normal file
View File

@ -0,0 +1,8 @@
<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>