fixing all the errors with the dependencies
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
FaGlobe,
|
||||
FaGoogleDrive,
|
||||
} from "react-icons/fa";
|
||||
import Link, { LinkType } from "@nirvana/common/models/link";
|
||||
import Link, { LinkType } from "@nirvana/common/models/conversation";
|
||||
|
||||
import { SiGooglemeet } from "react-icons/si";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { LinkType } from "@nirvana/common/models/link";
|
||||
import { LinkType } from "@nirvana/common/models/conversation";
|
||||
import { UserStatus } from "@nirvana/common/models/user";
|
||||
import { Tooltip } from "antd";
|
||||
import { duration } from "moment";
|
||||
|
||||
Reference in New Issue
Block a user