Improve the production frontend

This commit is contained in:
Urtzi Alfaro
2025-09-21 07:45:19 +02:00
parent 5e941f5f03
commit 13ca3e90b4
21 changed files with 1416 additions and 1357 deletions

View File

@@ -22,4 +22,7 @@ export * from './forecasting';
export * from './analytics';
// Onboarding components
export * from './onboarding';
export * from './onboarding';
// Team components
export { default as AddTeamMemberModal } from './team/AddTeamMemberModal';