Skip to content

Commit

Permalink
fix smelly code
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Apr 26, 2024
1 parent 73d7ab2 commit 275becb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/campaign/Players.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,7 @@
import { mapGetters, mapActions } from "vuex";
import { experience } from "src/mixins/experience.js";
import { currencyMixin } from "src/mixins/currency.js";
import {
extensionInstalled,
comparePlayerToCharacter,
getCharacterSyncCharacter,
} from "src/utils/generalFunctions";
import { extensionInstalled, comparePlayerToCharacter } from "src/utils/generalFunctions";
export default {
name: "Players",
Expand Down

0 comments on commit 275becb

Please sign in to comment.