From c5cb20c42cfaf58fd35bf379001803884faef55a Mon Sep 17 00:00:00 2001 From: Abhinav Kumar <15830206+abhinavkrin@users.noreply.github.com> Date: Sat, 2 Apr 2022 13:15:56 +0530 Subject: [PATCH] Remove duplicate import --- app/components/inappchat/inappchat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/inappchat/inappchat.js b/app/components/inappchat/inappchat.js index 4b33c2fa..c831d3c9 100644 --- a/app/components/inappchat/inappchat.js +++ b/app/components/inappchat/inappchat.js @@ -2,7 +2,6 @@ import { useEffect, useState, useRef } from 'react'; import { Rocketchat } from '@rocket.chat/sdk'; import { getMessages, sendMessage } from './lib/api'; import { emojify, messagesSortedByDate, rcURL, useSsl } from './helpers'; -import { Rocketchat } from "@rocket.chat/sdk"; import Cookie from 'js-cookie'; import styles from "../../styles/Inappchat.module.css"; import {