<template> <WaybillView name="InternationalDepartureWaybill" /> </template> <script setup lang="ts"> import WaybillView from '../../components/WaybillView/index.vue' </script> <style scoped lang="scss"></style>