Add improved production UI

This commit is contained in:
Urtzi Alfaro
2025-09-23 12:49:35 +02:00
parent 8d54202e91
commit 4ae8e14e55
35 changed files with 6848 additions and 415 deletions

View File

@@ -24,5 +24,8 @@ export * from './analytics';
// Onboarding components
export * from './onboarding';
// Procurement components
export * from './procurement';
// Team components
export { default as AddTeamMemberModal } from './team/AddTeamMemberModal';