14 lines
291 B
Vue
14 lines
291 B
Vue
<template>
|
|
<PaperTubeProductionCalculate />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import PaperTubeProductionCalculate from '@/components/Modules/PaperTubeProductionCalculate.vue'
|
|
</script>
|
|
|
|
<route lang="yaml">
|
|
meta:
|
|
layout: CalculatorLayout
|
|
title: paperTubeProduction
|
|
</route>
|