Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Jul 13, 2024
1 parent ca331ce commit d39996a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ui/src/components/ticket/task/TicketTasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import TaskAddDialog from '@/components/ticket/task/TaskAddDialog.vue'
import { Button } from '@/components/ui/button'
import { Card } from '@/components/ui/card'
import { Checkbox } from '@/components/ui/checkbox'
import { toast } from '@/components/ui/toast'
import { Trash2, User2 } from 'lucide-vue-next'
Expand Down
2 changes: 0 additions & 2 deletions ui/src/views/ReactionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import ThreeColumn from '@/components/layout/ThreeColumn.vue'
import ReactionDisplay from '@/components/reaction/ReactionDisplay.vue'
import ReactionList from '@/components/reaction/ReactionList.vue'
import ReactionPythonDisplay from '@/components/reaction/ReactionPythonDisplay.vue'
import ReactionWebhookDisplay from '@/components/reaction/ReactionWebhookDisplay.vue'
import { computed, onMounted } from 'vue'
import { useRoute, useRouter } from 'vue-router'
Expand Down

0 comments on commit d39996a

Please sign in to comment.