From 8a48b2db2bf0bb6405fcf121459939fcdfc2e2a5 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Fri, 24 Apr 2020 13:05:09 +0200 Subject: [PATCH] Rename question and answer to Question and Answer --- client/src/components/{answer.vue => Answer.vue} | 2 +- client/src/components/{question.vue => Question.vue} | 2 +- client/src/components/qa.vue | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) rename client/src/components/{answer.vue => Answer.vue} (87%) rename client/src/components/{question.vue => Question.vue} (93%) diff --git a/client/src/components/answer.vue b/client/src/components/Answer.vue similarity index 87% rename from client/src/components/answer.vue rename to client/src/components/Answer.vue index b188f80..5e2b70e 100644 --- a/client/src/components/answer.vue +++ b/client/src/components/Answer.vue @@ -6,7 +6,7 @@