mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
chore: split ticket in multiple componentts
This commit is contained in:
7
frontend/src/components/MessageListItem/index.js
Normal file
7
frontend/src/components/MessageListItem/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const MessageListItem = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default MessageListItem;
|
||||
Reference in New Issue
Block a user