fix: Refactor and Optimize Explore Page Search (#6070)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Michael Genson
2025-09-09 03:16:37 -05:00
committed by GitHub
parent 608fc39747
commit 2c20e96ede
7 changed files with 911 additions and 728 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script lang="ts">
import RecipeExplorerPage from "~/components/Domain/Recipe/RecipeExplorerPage.vue";
import RecipeExplorerPage from "~/components/Domain/Recipe/RecipeExplorerPage/RecipeExplorerPage.vue";
export default defineNuxtComponent({
components: { RecipeExplorerPage },