Skip to content

Commit

Permalink
fix: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 22, 2021
1 parent 5f5b93c commit 1432c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/premium/booru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<script>
import { mapGetters, mapActions } from 'vuex'
import { booruTypeList } from '~/assets/lib/rule-34-shared-resources/util/BooruUtils.js'
import { booruTypeList } from '~/assets/lib/rule-34-shared-resources/dist/util/BooruUtils.js'
export default {
data() {
Expand Down
4 changes: 2 additions & 2 deletions store/booru/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
booruList as defaultBooruList,
defaultBooruList,
findBoorusWithValueByKey,
booruTypeList,
} from '~/assets/lib/rule-34-shared-resources/util/BooruUtils.js'
} from '~/assets/lib/rule-34-shared-resources/dist/util/BooruUtils.js'

export const state = () => ({
API: {
Expand Down

0 comments on commit 1432c2a

Please sign in to comment.