Initial commit
This commit is contained in:
13
components/chantiers/index.ts
Normal file
13
components/chantiers/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Export des composants Chantier réutilisables
|
||||
*/
|
||||
|
||||
export { default as ChantierActions } from './ChantierActions';
|
||||
export { default as ChantierStatusBadge } from './ChantierStatusBadge';
|
||||
export { default as ChantierProgressBar } from './ChantierProgressBar';
|
||||
export { default as ChantierUrgencyIndicator } from './ChantierUrgencyIndicator';
|
||||
|
||||
export * from './ChantierStyles';
|
||||
|
||||
// Types communs
|
||||
export type { ChantierStatut, ActionButtonType } from './ChantierStyles';
|
||||
Reference in New Issue
Block a user