mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	remove explicity typescript version (#1285)
* remove explicity typescript version * i hate javascript
This commit is contained in:
		| @@ -57,8 +57,7 @@ | ||||
|  | ||||
| <script lang="ts"> | ||||
| import { defineComponent, computed, toRefs, reactive, useContext } from "@nuxtjs/composition-api"; | ||||
| import { whenever } from "@vueuse/shared"; | ||||
| import { useClipboard, useShare } from "@vueuse/core"; | ||||
| import { useClipboard, useShare, whenever } from "@vueuse/core"; | ||||
| import { RecipeShareToken } from "~/types/api-types/recipe"; | ||||
| import { useUserApi } from "~/composables/api"; | ||||
| import { alert } from "~/composables/use-toast"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user