Files
mealie/frontend/pages/g/[groupSlug]/index.vue

10 lines
206 B
Vue

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