Skip to content

Commit

Permalink
chore(format): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpitan committed Nov 2, 2024
1 parent 69e2f1b commit 2d8c069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/task/TaskList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { ref, watch } from 'vue'
import Draggable from 'vuedraggable'
import { type TaskListItem } from '@/interfaces/task'
Expand Down

0 comments on commit 2d8c069

Please sign in to comment.