Refactor collaboration store structure and implement comments functionality
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user