This commit is contained in:
8
pages/cart/index.vue
Normal file
8
pages/cart/index.vue
Normal 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>
|
Reference in New Issue
Block a user