import { useEffect, useRef } from 'react'; export default function MindMapEditor(): JSX.Element { const containerRef = useRef(null); }