Rename qa to QA

This commit is contained in:
Raymonzut
2020-04-24 13:06:55 +02:00
parent 8a48b2db2b
commit 7b8b4d9a47
@@ -10,7 +10,7 @@ import Question from './Question.vue'
import Answer from './Answer.vue'
export default {
name: 'qa',
name: 'QA',
components: {
question,
Answer,