From c16a100f4913879f85b4b6aa04175dd2d25f483e Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 6 Feb 2022 20:59:14 -0800 Subject: [PATCH] fixing all the errors with the dependencies --- packages/web/components/Drawer/LinkIcon.tsx | 2 +- packages/web/components/MainTabsOrPages/ViewConvo.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/components/Drawer/LinkIcon.tsx b/packages/web/components/Drawer/LinkIcon.tsx index fb6aaf8..a88c91d 100644 --- a/packages/web/components/Drawer/LinkIcon.tsx +++ b/packages/web/components/Drawer/LinkIcon.tsx @@ -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"; diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index 6a749a4..61aceaa 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -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";