feat: add Weekly Check-in feature with models, UI components, and session management for enhanced team collaboration
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6m24s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6m24s
This commit is contained in:
6
src/components/weekly-checkin/index.ts
Normal file
6
src/components/weekly-checkin/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { WeeklyCheckInBoard } from './WeeklyCheckInBoard';
|
||||
export { WeeklyCheckInCard } from './WeeklyCheckInCard';
|
||||
export { WeeklyCheckInSection } from './WeeklyCheckInSection';
|
||||
export { WeeklyCheckInLiveWrapper } from './WeeklyCheckInLiveWrapper';
|
||||
export { WeeklyCheckInShareModal } from './WeeklyCheckInShareModal';
|
||||
export { CurrentQuarterOKRs } from './CurrentQuarterOKRs';
|
||||
Reference in New Issue
Block a user