mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-16 18:05:35 -04:00
8 lines
152 B
Vue
8 lines
152 B
Vue
<template>
|
|
<CookbookPage />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import CookbookPage from "@/components/Domain/Cookbook/CookbookPage.vue";
|
|
</script>
|