Skip to content

Commit

Permalink
style: added line after imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 28, 2024
1 parent 7033237 commit 8e4cd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useSort.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ref, toValue, watchEffect, type MaybeRefOrGetter } from 'vue'

export function useSort<T>(
items: MaybeRefOrGetter<T[]>,
sortKey: MaybeRefOrGetter<keyof T>,
Expand Down

0 comments on commit 8e4cd29

Please sign in to comment.