diff --git a/src/components/ProjectManager.tsx b/src/components/ProjectManager.tsx index 7788861..c0fa930 100644 --- a/src/components/ProjectManager.tsx +++ b/src/components/ProjectManager.tsx @@ -13,6 +13,7 @@ import { ProjectService, SavedProject } from '@/lib/project-service' import { Project } from '@/types/project' import { toast } from 'sonner' import { cn } from '@/lib/utils' +import { Tooltip, TooltipContent, TooltipTrigger } from '@/components/ui/tooltip' interface ProjectManagerProps { currentProject: Project @@ -183,46 +184,58 @@ export function ProjectManager({ currentProject, onProjectLoad }: ProjectManager return ( <>
- - - - + + + + + Save Project + + + + + + Load Project + + + + + + New Project + + + + + + Import +