Files

8 lines
152 B
Vue
Raw Permalink Normal View History

<template>
<CookbookPage />
</template>
<script setup lang="ts">
import CookbookPage from "@/components/Domain/Cookbook/CookbookPage.vue";
</script>