Skip to content

Commit

Permalink
Remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin committed Apr 2, 2022
1 parent 3993188 commit c5cb20c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/inappchat/inappchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c5cb20c

Please sign in to comment.