mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
16 lines
267 B
Vue
16 lines
267 B
Vue
<template>
|
|
<v-container class="h-100 pt-0 pl-0 pn-0" fluid>
|
|
<meal-plan-view></meal-plan-view>
|
|
</v-container>
|
|
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
import MealPlanView from "@/components/display/MealPlanView.vue";
|
|
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |