Skip to content
Snippets Groups Projects
Unverified Commit a667ea6c authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Delete frontend-react/src/components/LeftMessage.js

parent 69703a54
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import Message from "./Message";
import '../styles/style.css';
const LeftMessage = (props) => {
return (
<div className="left_message">
<div className="icon left"></div>
<div className="msg left">
<Message message={props.left_message}/>
</div>
</div>
);
};
export default LeftMessage;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment