8 lines
123 B
Vue
8 lines
123 B
Vue
<script setup>
|
|
import LandingB from '~/components/landing-b/LandingB.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<LandingB />
|
|
</template>
|