fix(frontend): type UseQueryReturnType
This commit is contained in:
		
							parent
							
								
									103af06cc9
								
							
						
					
					
						commit
						ae1c5fdbc7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| import { useQuery, UseQueryReturnType } from "@tanstack/vue-query"; | import { useQuery, type UseQueryReturnType } from "@tanstack/vue-query"; | ||||||
| import { getThemeController } from "@/controllers/controllers"; | import { getThemeController } from "@/controllers/controllers"; | ||||||
| import { type MaybeRefOrGetter, toValue } from "vue"; | import { type MaybeRefOrGetter, toValue } from "vue"; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue