[pl] english - refactoring fix

This commit is contained in:
Avris 2020-11-15 07:14:34 +01:00
parent 7021e39f37
commit be8e3150a6
1 changed files with 3 additions and 3 deletions

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: {