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