<template>
  <offer-page></offer-page>
</template>

<script setup lang="ts">
import OfferPage from "@/components/OfferPage.vue";
</script>