First restoring.
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
gitmuhammedalbayrak
2025-11-24 02:49:02 +03:00
parent cf05dbe943
commit a27dd3c675
3 changed files with 163 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ import 'reactflow/dist/style.css';
import { useProjectStore } from '../store/useProjectStore';
const MindMap: React.FC = () => {
const { projects, selectedKey } = useProjectStore();
const { projects } = useProjectStore();
// Filter nodes based on selection (e.g., show children of selected node)
// For demo, just showing all projects as nodes