Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-20 01:15:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7dc9ee9a34d7673fd830fe58c4a94043faccb79b
7dc9ee9a
1 parent
9a921d19
remove unnecessary import
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
front/src/Routes/OTOChat/OTOChatPresenter.js
front/src/Routes/OTOChat/OTOChatPresenter.js
View file @
7dc9ee9
import
React
from
"react"
;
import
styled
from
"styled-components"
;
import
Menu
from
"../Menu/MenuContainer"
;
import
FriendsList
from
"../../Components/FriendsList/FriendsList"
;
import
ChatScreen
from
"../../Components/ChatMain/MainScreen"
;
import
{
Helmet
}
from
"react-helmet"
;
const
Wrapper
=
styled
.
div
`
...
...
@@ -19,8 +17,6 @@ export default () => {
<
title
>
1
:
1
Chat
<
/title
>
<
/Helmet
>
<
Menu
/>
<
FriendsList
/>
<
ChatScreen
/>
<
/Wrapper
>
);
};
...
...
Please
register
or
login
to post a comment