Skip to content

Commit

Permalink
UPDATE: component names to improve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pymike00 committed Apr 27, 2023
1 parent 7eea74c commit 7c9719f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vite-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
import { axios } from "@/common/api.service.js";
import { endpoints } from "@/common/endpoints.js";
import NavbarComponent from "@/components/Navbar.vue";
import NavbarComponent from "@/components/NavbarComponent.vue";
export default {
name: "App",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/vite-frontend/src/views/QuestionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<script>
import { axios } from "@/common/api.service.js";
import { endpoints } from "@/common/endpoints.js";
import AnswerComponent from "@/components/Answer.vue";
import AnswerComponent from "@/components/AnswerComponent.vue";
import QuestionActions from "@/components/QuestionActions.vue";
export default {
Expand Down

0 comments on commit 7c9719f

Please sign in to comment.