Skip to content

Commit

Permalink
Remove unused variable mapActions
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Oct 2, 2023
1 parent d9fc36d commit 8c4be30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<script>
import { cloneDeep, debounce } from "lodash"
import { mapState, mapActions } from "vuex"
import { mapState } from "vuex"
import UserApi from "@/auth/api"
import SearchUtils from "@/search/utils"
Expand Down

0 comments on commit 8c4be30

Please sign in to comment.