9 lines
231 B
Vue
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>
|