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-18 11:13:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d822a954236674a56c6844094b49a2824fac6ac
6d822a95
1 parent
c0aff5de
move files to root component folder
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
front/src/Components/ChatMain/IncomingMsg.js → front/src/Components/IncomingMsg.js
front/src/Components/ChatMain/OutcomingMsg.js → front/src/Components/OutcomingMsg.js
front/src/Components/
ChatMain/
IncomingMsg.js
→
front/src/Components/IncomingMsg.js
View file @
6d822a9
import
React
from
"react"
;
import
styled
from
"styled-components"
;
import
ImgIconBox
from
".
./FriendsList/ImgIconBox
"
;
import
ImgIconBox
from
".
/ImgIcon
"
;
const
IncomingBox
=
styled
.
div
`
display: flex;
...
...
front/src/Components/
ChatMain/
OutcomingMsg.js
→
front/src/Components/OutcomingMsg.js
View file @
6d822a9
File moved
Please
register
or
login
to post a comment