From 75e0d99ba9e7d7801eabd94a7c7044d2e80765cf Mon Sep 17 00:00:00 2001 From: Settel Date: Sat, 27 Aug 2022 17:47:26 +0200 Subject: [PATCH] refactor: remove import of defineEmits() b/c it's a compiler macro --- client/src/components/QuoteCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/QuoteCard.vue b/client/src/components/QuoteCard.vue index 3c101ae..f816947 100644 --- a/client/src/components/QuoteCard.vue +++ b/client/src/components/QuoteCard.vue @@ -23,7 +23,7 @@