From fd222c6c1b618fbd7b24118a411c0b0671970229 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 12 Apr 2023 09:02:31 -0400 Subject: [PATCH] Fix warning about defineProps being a compiler macro and no longer needs to be imported --- client/src/components/ClientError.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/ClientError.vue b/client/src/components/ClientError.vue index bbbb3bfd31b4..b5404f0dbafc 100644 --- a/client/src/components/ClientError.vue +++ b/client/src/components/ClientError.vue @@ -6,7 +6,6 @@ // (AdminRequired), but could be used for other client errors that need to be // presented to the user interrupting the normal flow and context of the app. -import { defineProps } from "vue"; import Alert from "@/components/Alert.vue"; const props = defineProps<{