mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-16 21:53:07 +00:00
11 lines
685 B
TypeScript
11 lines
685 B
TypeScript
export { ProjectSettingsView } from './project-settings-view';
|
|
export { ProjectIdentitySection } from './project-identity-section';
|
|
export { ProjectThemeSection } from './project-theme-section';
|
|
export { WorktreePreferencesSection } from './worktree-preferences-section';
|
|
export { CommandsAndScriptsSection } from './commands-and-scripts-section';
|
|
// Legacy exports kept for backward compatibility
|
|
export { CommandsSection } from './commands-section';
|
|
export { TerminalScriptsSection } from './terminal-scripts-section';
|
|
export { useProjectSettingsView, type ProjectSettingsViewId } from './hooks';
|
|
export { ProjectSettingsNavigation } from './components/project-settings-navigation';
|