Refactor collaboration store structure and implement comments functionality

This commit is contained in:
2025-05-22 15:44:13 +05:30
parent 70136fd7d3
commit 60e47f9764
13 changed files with 431 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import RenderOverlay from "./Overlay";
import { useSelectedUserStore } from "../../store/useCollabStore";
import { useSelectedUserStore } from "../../store/collaboration/useCollabStore";
import { useCamMode } from "../../store/builder/store";
const FollowPerson: React.FC = () => {