chore: split ticket in multiple componentts

This commit is contained in:
canove
2020-10-13 16:16:48 -03:00
parent 011d8d5dfe
commit 0b91a341ed
7 changed files with 605 additions and 525 deletions

View File

@@ -0,0 +1,7 @@
import React from "react";
const MessageListItem = () => {
return <div></div>;
};
export default MessageListItem;