Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0effcb9

Browse files
committed
chore: code standardization
1 parent 45d36ec commit 0effcb9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/bootstrap-vue-next/src/composables/useTableItems.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const mapItems = (
9090
return mappedItems
9191
}
9292

93-
const useTableItems = (
93+
export default (
9494
tableProps: TableItemsProcessingProps,
9595
flags: Record<string, Ref<boolean>>,
9696
usesProvider: Ref<boolean>,
@@ -154,5 +154,3 @@ const useTableItems = (
154154
computedDisplayItems,
155155
}
156156
}
157-
158-
export default useTableItems

0 commit comments

Comments
 (0)