Skip to content

Commit

Permalink
Merge branch 'main' into refactor/message-list-component
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Nov 21, 2024
2 parents 8c49c6c + 6c1b529 commit 76ece8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/Chat/MessageList.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BsArrow90DegLeft, BsArrow90DegRight } from 'react-icons/bs';

import React, { useState } from 'react'

import BadWordsNext from 'bad-words-next';
Expand All @@ -9,6 +10,7 @@ import MessageSeen from './MessageSeen';
import PropTypes from 'prop-types'
import Status from './Status';
import chatHelper from 'src/lib/chatHelper';

import en from 'bad-words-next/data/en.json';
import { useApp } from 'src/context/AppContext';
import { useChat } from 'src/context/ChatContext';
Expand Down

0 comments on commit 76ece8b

Please sign in to comment.