mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	feat: Migrate to Nuxt 3 framework (#5184)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| import { BaseCRUDAPI } from "../base/base-clients"; | ||||
| import { PaginationData } from "../types/non-generated"; | ||||
| import { QueryValue } from "../base/route"; | ||||
| import { GroupBase, GroupInDB, GroupSummary, UserSummary } from "~/lib/api/types/user"; | ||||
| import { | ||||
| import type { PaginationData } from "../types/non-generated"; | ||||
| import type { QueryValue } from "../base/route"; | ||||
| import type { GroupBase, GroupInDB, GroupSummary, UserSummary } from "~/lib/api/types/user"; | ||||
| import type { | ||||
|   GroupAdminUpdate, | ||||
|   GroupStorage, | ||||
|   ReadGroupPreferences, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user