Skip to content

Commit a8de02e

Browse files
committed
Merge branch 'develop'
Signed-off-by: Pedro Lamas <[email protected]>
2 parents c7dcce8 + 15dc374 commit a8de02e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2119
-874
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ declare module 'vue' {
2222
AppDataTableRow: typeof import('./src/components/ui/AppDataTableRow.vue')['default']
2323
AppDialog: typeof import('./src/components/ui/AppDialog.vue')['default']
2424
AppDraggable: typeof import('./src/components/ui/AppDraggable.vue')['default']
25+
AppDragIcon: typeof import('./src/components/ui/AppDragIcon.vue')['default']
2526
AppDragOverlay: typeof import('./src/components/ui/AppDragOverlay.vue')['default']
2627
AppFocusableContainer: typeof import('./src/components/ui/AppFocusableContainer.vue')['default']
2728
AppFooter: typeof import('./src/components/layout/AppFooter.vue')['default']

0 commit comments

Comments
 (0)