websites/apps/panoramablick/components/AppFlatSection.vue
Dominik Milacher 85d080ab05
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m12s
Add panoramablick implementation
2025-06-13 23:11:04 +02:00

11 lines
237 B
Vue

<template>
<section class="w-full bg-neutral-100 border-t border-b border-neutral-200">
<AppStripe>
<div class="py-12">
<slot/>
</div>
</AppStripe>
</section>
</template>
<script setup lang="ts">
</script>