feat: added region color customization feature

This commit is contained in:
Xiaohan-Tian
2026-07-01 22:31:35 -07:00
parent e626e1fc76
commit 4f11fe8e25
31 changed files with 700 additions and 31 deletions
+1
View File
@@ -1,4 +1,5 @@
export { default as KGDropdown } from './KGDropdown';
export { default as ColorPalettePopup } from './ColorPalettePopup';
export { default as Playhead } from './Playhead';
export { default as FileImportModal } from './FileImportModal';
export { default as LoadingOverlay } from './LoadingOverlay';