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

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Jan 30, 2021
1 parent 0067e94 commit 6c69e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phrasebook/PhraseCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Notes from "@/components/Notes/index.vue";
import Flag from "@/components/Flag.vue";
import Seeker from "@/components/Seeker.vue";
import { computed, defineComponent, PropType, reactive, ref, watch } from "vue";
import { computed, defineComponent, PropType, reactive, ref } from "vue";
import { Phrase, BlockSnapshot } from "./types";
import player from "@/audio-player";
Expand Down

0 comments on commit 6c69e39

Please sign in to comment.