From a2622d7c5bda6700ef76bd1dff4d47b35c59a033 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 14 Apr 2022 11:20:14 +0200 Subject: [PATCH] Add test page --- client/src/components/TheWelcome.vue | 16 ++-------------- client/src/router/index.ts | 12 ++---------- .../src/views/{AboutView.vue => ProfileView.vue} | 2 +- client/vite.config.ts | 3 ++- 4 files changed, 7 insertions(+), 26 deletions(-) rename client/src/views/{AboutView.vue => ProfileView.vue} (83%) diff --git a/client/src/components/TheWelcome.vue b/client/src/components/TheWelcome.vue index 5039ed66..b26d0173 100644 --- a/client/src/components/TheWelcome.vue +++ b/client/src/components/TheWelcome.vue @@ -8,20 +8,6 @@ import SupportIcon from './icons/IconSupport.vue'