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-22 15:10:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
954a72f6cd73878709b7a63f9cbe4d3cd856875b
954a72f6
1 parent
7203b2fe
create ChatScreen component
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
front/src/Components/ChatScreen.js
front/src/Components/ChatScreen.js
0 → 100644
View file @
954a72f
1
+
import
React
from
"react"
;
2
+
export
default
()
=>
{
3
+
return
<
div
>
Chat
screen
<
/div>
;
4
+
};
Please
register
or
login
to post a comment