add hero-banner
All checks were successful
Deploy Application / deploy (push) Successful in 5s

This commit is contained in:
2025-06-13 00:31:27 +04:00
parent 943d201a84
commit 416c384f19
7 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,8 @@
<template>
<div>main</div>
<section>
<HeroBanner />
</section>
</template>
<script setup lang="ts">
import HeroBanner from './_ui/heroBanner.vue'
</script>