Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
update name in VotingOver
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreywhitaker committed May 7, 2021
1 parent 59ceef9 commit d445bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Voting/VotingOver.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import Leaderboard from "@/components/Leaderboard";
import QuizScroll from "@/components/QuizScroll";
export default {
name: "VotingWoah",
name: "VotingOver",
components: { Leaderboard, QuizScroll }
};
</script>
Expand Down

0 comments on commit d445bbc

Please sign in to comment.