fixing all the errors with the dependencies

This commit is contained in:
Arjun Patel
2022-02-06 20:59:14 -08:00
parent 13ed201d7c
commit c16a100f49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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";