🎉 first commit
This commit is contained in:
10
app/components/@settings/index.ts
Normal file
10
app/components/@settings/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Core exports
|
||||
export { ControlPanel } from './core/ControlPanel';
|
||||
// Constants
|
||||
export { DEFAULT_TAB_CONFIG, TAB_DESCRIPTIONS, TAB_LABELS } from './core/constants';
|
||||
// Shared components
|
||||
export { TabTile } from './core/TabTile';
|
||||
export type { TabType, TabVisibilityConfig } from './core/types';
|
||||
export * from './utils/animations';
|
||||
// Utils
|
||||
export { getVisibleTabs, reorderTabs, resetToDefaultConfig } from './utils/tab-helpers';
|
||||
Reference in New Issue
Block a user