mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Optimize Recipe Favorites/Ratings (#6075)
This commit is contained in:
		| @@ -36,8 +36,9 @@ import AppHeader from "@/components/Layout/LayoutParts/AppHeader.vue"; | ||||
| import AppSidebar from "@/components/Layout/LayoutParts/AppSidebar.vue"; | ||||
| import TheSnackbar from "~/components/Layout/LayoutParts/TheSnackbar.vue"; | ||||
| import type { SidebarLinks } from "~/types/application-types"; | ||||
| import { useGlobalI18n } from "~/composables/use-global-i18n"; | ||||
|  | ||||
| const i18n = useI18n(); | ||||
| const i18n = useGlobalI18n(); | ||||
| const display = useDisplay(); | ||||
| const { $globals } = useNuxtApp(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user