diff --git a/app/components/MainCointainer.jsx b/app/components/MainCointainer.jsx
index 7e4f104..d64c930 100644
--- a/app/components/MainCointainer.jsx
+++ b/app/components/MainCointainer.jsx
@@ -17,7 +17,6 @@ import ListItem from '@material-ui/core/ListItem';
import ListItemIcon from '@material-ui/core/ListItemIcon';
import ListItemText from '@material-ui/core/ListItemText';
import InboxIcon from '@material-ui/icons/MoveToInbox';
-import MailIcon from '@material-ui/icons/Mail';
const drawerWidth = 240;
@@ -134,22 +133,30 @@ class PersistentDrawerLeft extends React.Component {
- {['Inbox', 'Starred', 'Send email', 'Drafts'].map((text, index) => (
-
- {index % 2 === 0 ? : }
-
-
- ))}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- {['All mail', 'Trash', 'Spam'].map((text, index) => (
-
- {index % 2 === 0 ? : }
-
-
- ))}
-