💄 Simplify calibration UX

This commit is contained in:
Rune Harlyk
2025-06-27 22:39:18 +02:00
parent 98262b2efc
commit 40025a55c3
4 changed files with 150 additions and 128 deletions
+2
View File
@@ -36,6 +36,8 @@ export { default as FileIcon } from '~icons/mdi/file'
export { default as FolderIcon } from '~icons/mdi/folder-outline'
export { default as FolderOpenOutline } from '~icons/mdi/folder-open-outline'
export { default as TrashIcon } from '~icons/mdi/trash'
export { default as RotateCcw } from '~icons/mdi/rotate-left'
export { default as RotateCw } from '~icons/mdi/rotate-right'
export { default as Down } from '~icons/tabler/chevron-down'
export { default as Cancel } from '~icons/tabler/x'