Files
mealie/frontend/app/pages/g/[groupSlug]/index.vue
2026-04-08 15:25:41 +00:00

10 lines
206 B
Vue

<template>
<div>
<RecipeExplorerPage />
</div>
</template>
<script setup lang="ts">
import RecipeExplorerPage from "~/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPage.vue";
</script>