mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-19 11:25:35 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
9
frontend/app/pages/g/[groupSlug]/index.vue
Normal file
9
frontend/app/pages/g/[groupSlug]/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<RecipeExplorerPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import RecipeExplorerPage from "~/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPage.vue";
|
||||
</script>
|
||||
Reference in New Issue
Block a user