[pl] english - refactoring fix

This commit is contained in:
Andrea Vos 2020-11-15 07:14:34 +01:00
parent c1e943fadb
commit 20f9938edf

View File

@ -47,9 +47,9 @@
</template>
<script>
import { pronouns } from "../../src/data";
import { getPronoun } from "../../src/buildPronoun";
import { buildDict } from "../../src/helpers";
import { pronouns } from "../../../src/data";
import { getPronoun } from "../../../src/buildPronoun";
import { buildDict } from "../../../src/helpers";
export default {
props: {