Skip to content

Commit

Permalink
linter again x2 :'(
Browse files Browse the repository at this point in the history
  • Loading branch information
miboelae committed May 7, 2024
1 parent 764f1f6 commit cead819
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/views/GroupsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
</template>

<script setup lang="ts">
import {
useCreateGroupsMutation,
useProjectGroupsQuery,
} from "@/queries/Group";
import { useCreateGroupsMutation, useProjectGroupsQuery } from "@/queries/Group";
import { computed, toRefs } from "vue";
import { useProjectQuery } from "@/queries/Project";
import GroupCard from "@/components/home/cards/GroupCard.vue";
Expand Down

0 comments on commit cead819

Please sign in to comment.