refactor: consolidate editable title components into a unified UI module, removing redundant files and updating imports

This commit is contained in:
Julien Froidefond
2025-12-16 08:58:09 +01:00
parent 56a9c2c3be
commit 246298dd82
11 changed files with 123 additions and 257 deletions

View File

@@ -4,7 +4,7 @@ import { auth } from '@/lib/auth';
import { getMotivatorSessionById } from '@/services/moving-motivators';
import { MotivatorBoard, MotivatorLiveWrapper } from '@/components/moving-motivators';
import { Badge, CollaboratorDisplay } from '@/components/ui';
import { EditableMotivatorTitle } from './EditableTitle';
import { EditableMotivatorTitle } from '@/components/ui';
interface MotivatorSessionPageProps {
params: Promise<{ id: string }>;