Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 30, 2025
1 parent e0a8653 commit 35f1da6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desk/src/pages/desk/team/TeamSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</template>

<script setup lang="ts">
import { computed, ref } from "vue";
import { computed, ref, onMounted } from "vue";
import { useRouter } from "vue-router";
import {
createDocumentResource,
Expand All @@ -162,7 +162,6 @@ import IconMoreHorizontal from "~icons/lucide/more-horizontal";
import IconPlus from "~icons/lucide/plus";
import Pill from "@/components/Pill.vue";
import LayoutHeader from "@/components/LayoutHeader.vue";
import { onMounted } from "vue";
const props = defineProps({
teamId: {
Expand Down

0 comments on commit 35f1da6

Please sign in to comment.