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-17 20:45:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
147cab6f0f9038ad44a4b9c2128a9b5e11cc5e33
147cab6f
1 parent
026a8228
add title
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front/src/Routes/OTOChat/OTOChatPresenter.js
front/src/Routes/OTOChat/OTOChatPresenter.js
View file @
147cab6
...
...
@@ -3,6 +3,7 @@ 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
`
width: 100%;
...
...
@@ -14,6 +15,9 @@ const Wrapper = styled.div`
export
default
()
=>
{
return
(
<
Wrapper
>
<
Helmet
>
<
title
>
1
:
1
Chat
<
/title
>
<
/Helmet
>
<
Menu
/>
<
FriendsList
/>
<
ChatScreen
/>
...
...
Please
register
or
login
to post a comment