Skip to content

Commit

Permalink
Merge pull request #842 from canada-ca/fix841-bad-ts-imports
Browse files Browse the repository at this point in the history
Good Job!
  • Loading branch information
Ancentury authored Nov 10, 2021
2 parents 061f900 + d6b9f85 commit bb1fe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MultiChoiceValueResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script lang="ts">
import { Component, Vue, Prop } from "vue-property-decorator";
import Modifier from "@/components/Modifier.vue";
import { getValue } from "@/store.ts";
import { getValue } from "@/store";
import MultiChoiceResult from "@/components/MultiChoiceResult.vue";
@Component({
Expand Down
2 changes: 1 addition & 1 deletion src/components/Result.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import TextResult from "@/components/TextResult.vue";
import ValueResult from "@/components/ValueResult.vue";
import MultiChoiceResult from "@/components/MultiChoiceResult.vue";
import MultiChoiceValueResult from "@/components/MultiChoiceValueResult.vue";
import { getValue } from "@/store.ts";
import { getValue } from "@/store";
@Component({
components: {
Expand Down

0 comments on commit bb1fe1a

Please sign in to comment.