fix: build issues

This commit is contained in:
sriram veeraghanta 2024-03-06 19:52:40 +05:30
parent 66f2492e60
commit f188c9fdc5
30 changed files with 48 additions and 230 deletions

View file

@ -11,9 +11,7 @@ import { useApplication, useUser, useWorkspace } from "hooks/store";
import { Tooltip, TOAST_TYPE, setToast } from "@plane/ui";
// constants
import { PROFILE_ACTION_LINKS } from "constants/profile";
import { useApplication, useUser, useWorkspace } from "hooks/store";
import useOutsideClickDetector from "hooks/use-outside-click-detector";
import useToast from "hooks/use-toast";
const WORKSPACE_ACTION_LINKS = [
{

View file

@ -1,10 +1,9 @@
import { observer } from "mobx-react-lite";
import { useRouter } from "next/router";
// hooks
import { ProfileNavbar, ProfileSidebar } from "components/profile";
import { useUser } from "hooks/store";
// components
import { ProfileNavbar, ProfileSidebar } from "components/profile";
// hooks
import { useUser } from "hooks/store";
// constants
import { EUserWorkspaceRoles } from "constants/workspace";