mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-09 06:25:35 -04:00
10 lines
206 B
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>
|