From ae9c59fce3f0514fa3cd7391c7c159e6731740bd Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:47:28 -0300 Subject: [PATCH] Lint --- client/src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/App.vue b/client/src/App.vue index 9880f76..77a8551 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -50,6 +50,5 @@ import { RouterLink, RouterView } from 'vue-router'; import { ref } from "vue"; const about = ref(); - const isProd = ref(import.meta.env.PROD); \ No newline at end of file